TextAlignment
Inheritance: java.lang.Object, java.lang.Enum
public enum TextAlignment extends Enum<TextAlignment>
Alignment of text in annotation.
Fields
Field | Description |
---|---|
Left | Text is aligned to left. |
Center | Text is centered. |
Right | Text is aligned to right. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) | |
getValue() |
Left
public static final TextAlignment Left
Text is aligned to left.
Center
public static final TextAlignment Center
Text is centered.
Right
public static final TextAlignment Right
Text is aligned to right.
values()
public static TextAlignment[] values()
Returns: com.aspose.pdf.TextAlignment[]
valueOf(String name)
public static TextAlignment valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: TextAlignment
getValue()
public int getValue()
Returns: int