SetGlyphsPositionShowText

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

NameTypeAccessDescription
arrayPdfArrayReadReturns the PdfArray operand containing interleaved strings and numbers,
or null if not available.

Methods

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

See Also

 English