public final class StringAlignment
extends com.aspose.ms.System.Enum
Specifies the alignment of a text string relative to its layout rectangle.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Specifies that text is aligned in the center of the layout rectangle.
|
static int |
Far
Specifies that text is aligned far from the origin position of the layout rectangle.
|
static int |
Near
Specifies the text be aligned near the layout.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Near
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
public static final int Center
Specifies that text is aligned in the center of the layout rectangle.
public static final int Far
Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.