Overview
The TextOrigin enum represents the text origin.
Profile: common
Field Summary
| access | name | type | description |
|---|---|---|---|
| public static final | BASELINE | TextOrigin |
Represents the baseline text origin. |
| public static final | BOTTOM | TextOrigin |
Represents the bottom text origin. |
| public static final | TOP | TextOrigin |
Represents the top text origin. |
Inherited Variables
Method Summary
- public static TextOrigin valueOf(java.lang.String name)
- public static final TextOrigin[] values()
