MarkdownTableContentAlignment
Leave feedback
On this page
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.
| 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. |
| Method | Description |
|---|---|
| getMarkdownTableContentAlignment() | |
| getMarkdownTableContentAlignments() |
public static final int Auto
The alignment will be taken from the first paragraph in corresponding table column.
public static final int Left
The content of tables will be aligned to the Left.
public static final int Center
The content of tables will be aligned to the Center.
public static final int Right
The content of tables will be aligned to the Right.
public static int[] getMarkdownTableContentAlignment()
Returns: int[]
public static List<Integer> getMarkdownTableContentAlignments()
Returns: java.util.List<java.lang.Integer>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.