< Back


MarkdownTableTextAlignmentExtensions

Namespace: Markdown

Markdown table text alignment extensions.

public static class MarkdownTableTextAlignmentExtensions

Inheritance ObjectMarkdownTableTextAlignmentExtensions

Methods

Print(MarkdownTableTextAlignment)

Prints the specified text alignment.

public static string Print(MarkdownTableTextAlignment textAlignment)

Parameters

textAlignment MarkdownTableTextAlignment
The text alignment.

Returns

String
A string that represents the current markdown table text alignment.


< Back