TextVerticalAnchorType Enum
Lists values that specify the vertical anchor type for text.
Declaration
public enum TextVerticalAnchorType extends Enum<TextVerticalAnchorType> implements IIntEnum
Members
| Name | Description |
|---|---|
BOTTOM
|
The text is anchored to the bottom of the text box. |
CENTER
|
The text is anchored to the center of the text box. |
DISTRIBUTED
|
The text is distributed evenly between the top and bottom of the text box. |
JUSTIFIED
|
The text is justified between the top and bottom of the text box. |
TOP
|
The text is anchored to the top of the text box. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |