public static class Operator.ShowText extends Operator.TextShowOperator
Class representing Tj operator (show text).
Operator.BDC, Operator.BI, Operator.BlockTextOperator, Operator.BMC, Operator.BT, Operator.BX, Operator.Clip, Operator.ClosePath, Operator.ClosePathEOFillStroke, Operator.ClosePathFillStroke, Operator.ClosePathStroke, Operator.ConcatenateMatrix, Operator.CurveTo, Operator.CurveTo1, Operator.CurveTo2, Operator.Do, Operator.DP, Operator.EI, Operator.EMC, Operator.EndPath, Operator.EOClip, Operator.EOFill, Operator.EOFillStroke, Operator.ET, Operator.EX, Operator.Fill, Operator.FillStroke, Operator.GRestore, Operator.GS, Operator.GSave, Operator.ID, Operator.LineTo, Operator.MoveTextPosition, Operator.MoveTextPositionSetLeading, Operator.MoveTo, Operator.MoveToNextLine, Operator.MoveToNextLineShowText, Operator.MP, Operator.ObsoleteFill, Operator.Re, Operator.SelectFont, Operator.SetAdvancedColor, Operator.SetAdvancedColorStroke, Operator.SetCharacterSpacing, Operator.SetCharWidth, Operator.SetCharWidthBoundingBox, Operator.SetCMYKColor, Operator.SetCMYKColorStroke, Operator.SetColor, Operator.SetColorOperator, Operator.SetColorRenderingIntent, Operator.SetColorSpace, Operator.SetColorSpaceStroke, Operator.SetColorStroke, Operator.SetDash, Operator.SetFlat, Operator.SetGlyphsPositionShowText, Operator.SetGray, Operator.SetGrayStroke, Operator.SetHorizontalTextScaling, Operator.SetLineCap, Operator.SetLineJoin, Operator.SetLineWidth, Operator.SetMiterLimit, Operator.SetRGBColor, Operator.SetRGBColorStroke, Operator.SetSpacingMoveToNextLineShowText, Operator.SetTextLeading, Operator.SetTextMatrix, Operator.SetTextRenderingMode, Operator.SetTextRise, Operator.SetWordSpacing, Operator.ShFill, Operator.ShowText, Operator.Stroke, Operator.TextOperator, Operator.TextPlaceOperator, Operator.TextShowOperator, Operator.TextStateOperator
Constructor and Description |
---|
Operator.ShowText()
Constructor of Tj operator.
|
Operator.ShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Operator.ShowText(int index,
String text)
Constructor of Tj opearor.
|
Operator.ShowText(String text)
Constructor for writing program.
|
Operator.ShowText(String text,
Font font) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getText()
Text of operator.
|
void |
setText(String value) |
String |
toString()
Produces text code of operator.
|
create, create, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex
public Operator.ShowText(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public Operator.ShowText(int index, String text)
Constructor of Tj opearor.
index
- Index of operator in operators list.text
- argument of the operator.public Operator.ShowText(String text)
Constructor for writing program.
text
- argument of the operator.public Operator.ShowText()
Constructor of Tj operator.
public String getText()
Text of operator.
getText
in class Operator.TextShowOperator
public void setText(String value)
setText
in class Operator.TextShowOperator
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class Operator.TextOperator
visitor
- Visitor object.Copyright © 2019 Aspose. All Rights Reserved.