SetGlyphsPositionShowText

SetGlyphsPositionShowText

Overview

SetGlyphsPositionShowText is a class in Aspose.Pdf FOSS for Java. Inherits from: TextShowOperator.

Show text with glyph positioning operator (TJ).

Properties

NameTypeAccessDescription
arrayCOSArrayReadReturns the COSArray operand containing interleaved strings and numbers,
or null if not available.

Methods

SignatureDescription
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()COSArrayReturns the COSArray operand containing interleaved strings and numbers,
or null if not available.

See Also