SetGlyphsPositionShowText
Overview
SetGlyphsPositionShowText is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextShowOperator.
Show text with glyph positioning operator (TJ).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
array | COSArray | Read | Returns the COSArray operand containing interleaved strings and numbers, |
| or null if not available. |
Methods
| Signature | Description |
|---|---|
SetGlyphsPositionShowText(operands: List<COSBase>) | Creates a SetGlyphsPositionShowText (TJ) operator from parsed operands. |
SetGlyphsPositionShowText(positions: GlyphPosition[]) | Creates a SetGlyphsPositionShowText (TJ) operator from an array of glyph positions. |
getArray() → COSArray | Returns the COSArray operand containing interleaved strings and numbers, |
| or null if not available. |