GlyphPosition
Overview
GlyphPosition is a class in Aspose.Pdf FOSS for Java.
Represents a single element in a TJ (show text with glyph positioning) array.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | boolean | Read | Returns whether this element represents a text string. |
adjustment | double | Read | Returns the position adjustment value. |
Methods
| Signature | Description |
|---|---|
GlyphPosition(text: String) | Creates a text glyph position with no adjustment. |
GlyphPosition(adjustment: double) | Creates a numeric adjustment glyph position. |
GlyphPosition(text: String, adjustment: double) | Creates a text glyph position with an associated adjustment. |
getText() → String | Returns the text string, or null if this is a numeric adjustment only. |
getAdjustment() → double | Returns the position adjustment value. |
isText() → boolean | Returns whether this element represents a text string. |
toString() → String |