public final class EmfPlusStringAlignment
extends com.aspose.ms.System.Enum
The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle.
Modifier and Type | Field and Description |
---|---|
static int |
StringAlignmentCenter
Specifies that alignment is centered between the origin and extent of the layout rectangle.
|
static int |
StringAlignmentFar
Specifies that alignment is to the right side of the layout rectangle.
|
static int |
StringAlignmentNear
Specifies that string alignment is toward the origin of the layout rectangle.
|
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, register, toObject, toString
public static final int StringAlignmentNear
Specifies that string alignment is toward the origin of the layout rectangle. This can be used to align characters along a line or to align text within a rectangle. For a right-to-left layout rectangle, the origin SHOULD be at the upper right.
public static final int StringAlignmentCenter
Specifies that alignment is centered between the origin and extent of the layout rectangle.
public static final int StringAlignmentFar
Specifies that alignment is to the right side of the layout rectangle.