Overview
The TextOrigin
class represents the text origin.
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
BASELINE | TextOrigin |
Represents the baseline text origin. More: [+]Represents the baseline text origin. Profile: common |
BOTTOM | TextOrigin |
Represents the bottom text origin. More: [+]Represents the bottom text origin. Profile: common |
TOP | TextOrigin |
Represents the top text origin. More: [+]Represents the top text origin. Profile: common |
Protected |
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
Returns a
More: [+]String
that represents this origin.Returns a
String
that represents this origin.-
Returns
- String
Profile: common