public final class TextAlignment
extends com.aspose.ms.System.Enum
Enumeration of possible text alignment values.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Center alignment.
|
static int |
Justify
Justify alignment.
|
static int |
Left
Align to left.
|
static int |
Right
Align to right.
|
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, toString
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.
Copyright © 2018. All rights reserved.