SetGlyphsPositionShowText

Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.TextShowOperator

public class SetGlyphsPositionShowText extends TextShowOperator

Class representing TJ operator (show text with glyph positioning).

Constructors

ConstructorDescription
SetGlyphsPositionShowText()Initializes operator.
SetGlyphsPositionShowText(int index, ICommand command)Constructor for operator class.
SetGlyphsPositionShowText(System.Collections.Generic.IGenericEnumerable glyphPositions)Constructor for TJ operator.

Methods

MethodDescription
getGlyphPositions()Returns positions of glyphs.
getText()Gets text from operator argument (glyph positioning is ignored).
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Returns text representation of operator.

SetGlyphsPositionShowText()

public SetGlyphsPositionShowText()

Initializes operator.

SetGlyphsPositionShowText(int index, ICommand command)

public SetGlyphsPositionShowText(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

SetGlyphsPositionShowText(System.Collections.Generic.IGenericEnumerable glyphPositions)

public SetGlyphsPositionShowText(System.Collections.Generic.IGenericEnumerable<GlyphPosition> glyphPositions)

Constructor for TJ operator.

Parameters:

ParameterTypeDescription
glyphPositionscom.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.pdf.operators.GlyphPosition>List of Glyph Positions.

getGlyphPositions()

public System.Collections.Generic.IGenericEnumerable<GlyphPosition> getGlyphPositions()

Returns positions of glyphs.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.pdf.operators.GlyphPosition> - collection of GlyphPosition instances

getText()

public String getText()

Gets text from operator argument (glyph positioning is ignored).

Returns: java.lang.String - String value

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Returns text representation of operator.

Returns: java.lang.String - Text representation of operator.