SetGlyphsPositionShowText
Overview
SetGlyphsPositionShowText is a class in Aspose.PDF FOSS for Java.
Inherits from: TextShowOperator.
Show text with glyph positioning operator (TJ).
This class provides 3 methods for working with SetGlyphsPositionShowText objects in Java programs.
Available methods include: SetGlyphsPositionShowText, getArray.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: array.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
array | PdfArray | Read | Returns the PdfArray operand containing interleaved strings and numbers, |
| or null if not available. |
Methods
| Signature | Description |
|---|---|
SetGlyphsPositionShowText(operands: List<PdfBase>) | Creates a SetGlyphsPositionShowText (TJ) operator from parsed operands. |
SetGlyphsPositionShowText(positions: GlyphPosition[]) | Creates a SetGlyphsPositionShowText (TJ) operator from an array of glyph positions. |
getArray() → PdfArray | Returns the PdfArray operand containing interleaved strings and numbers, |
| or null if not available. |