TextAnchorType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TextAnchorType extends System.Enum
text box alignment within a text area.
Fields
Field | Description |
---|---|
NotDefined | |
Top | |
Center | |
Bottom | |
Justified | |
Distributed |
NotDefined
public static final byte NotDefined
Top
public static final byte Top
Center
public static final byte Center
Bottom
public static final byte Bottom
Justified
public static final byte Justified
Distributed
public static final byte Distributed