public final class HorizontalAlignment
extends com.aspose.ms.System.Enum
Describes horizontal alignment.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Center alignment.
|
static int |
FullJustify
Similar to 'Justify' alignment, except that the very last line will only be left-aligned in
'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.
|
static int |
Justify
Justify alignment.
|
static int |
Left
Align to left.
|
static int |
None
No alignment.
|
static int |
Right
Align to right.
|
public static final int None
No alignment.
public static final int Left
Align to left.
public static final int Center
Center alignment.
public static final int Right
Align to right.
public static final int Justify
Justify alignment. Text will be aligned on both left and right margins.
public static final int FullJustify
Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.