public final class MarkdownTableContentAlignment
extends com.aspose.ms.System.Enum
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
| Modifier and Type | Field and Description |
|---|---|
static int |
Auto
The alignment will be taken from the first paragraph in corresponding
table column.
|
static int |
Center
The content of tables will be aligned to the Center.
|
static int |
Left
The content of tables will be aligned to the Left.
|
static int |
Right
The content of tables will be aligned to the Right.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getMarkdownTableContentAlignment() |
static List<Integer> |
getMarkdownTableContentAlignments() |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Auto
The alignment will be taken from the first paragraph in corresponding table column.
public static final int Center
The content of tables will be aligned to the Center.
public static final int Left
The content of tables will be aligned to the Left.
public static final int Right
The content of tables will be aligned to the Right.
Copyright © 2024. All rights reserved.