MarkdownTableContentAlignment
Contents
[
Hide
]
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class MarkdownTableContentAlignment extends System.Enum
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
Fields
| Field | Description |
|---|---|
| Auto | The alignment will be taken from the first paragraph in corresponding table column. |
| Left | The content of tables will be aligned to the Left. |
| Center | The content of tables will be aligned to the Center. |
| Right | The content of tables will be aligned to the Right. |
Methods
| Method | Description |
|---|---|
| getMarkdownTableContentAlignment() | |
| getMarkdownTableContentAlignments() |
Auto
public static final int Auto
The alignment will be taken from the first paragraph in corresponding table column.
Left
public static final int Left
The content of tables will be aligned to the Left.
Center
public static final int Center
The content of tables will be aligned to the Center.
Right
public static final int Right
The content of tables will be aligned to the Right.
getMarkdownTableContentAlignment()
public static int[] getMarkdownTableContentAlignment()
Returns: int[]
getMarkdownTableContentAlignments()
public static List<Integer> getMarkdownTableContentAlignments()
Returns: java.util.List<java.lang.Integer>