public class SetGlyphsPositionShowText extends TextShowOperator
Class representing TJ operator (show text with glyph positioning).
Constructor and Description |
---|
SetGlyphsPositionShowText()
Initializes operator.
|
SetGlyphsPositionShowText(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GlyphPosition> glyphPositions)
Constructor for TJ operator.
|
SetGlyphsPositionShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GlyphPosition> |
getGlyphPositions()
Returns positions of glyphs.
|
String |
getText()
Gets text from operator argument (glyph positioning is ignored).
|
String |
toString()
Returns text representation of operator.
|
setText
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public SetGlyphsPositionShowText()
Initializes operator.
public SetGlyphsPositionShowText(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public SetGlyphsPositionShowText(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GlyphPosition> glyphPositions)
Constructor for TJ operator.
glyphPositions
- List of Glyph Positions.public com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GlyphPosition> getGlyphPositions()
Returns positions of glyphs.
public String getText()
Gets text from operator argument (glyph positioning is ignored).
getText
in class TextShowOperator
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.