public class ShowText extends TextShowOperator
Class representing Tj operator (show text).
Constructor and Description |
---|
ShowText()
Initializes of Tj operator.
|
ShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Initializes operator.
|
ShowText(int index,
String text)
Initializes Tj opearor.
|
ShowText(String text)
Initializes Tj operator.
|
ShowText(String text,
Font font) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getText()
Gets text of operator.
|
void |
setText(String value)
Set text of operator.
|
String |
toString()
Produces text code of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public ShowText(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Initializes operator.
index
- Index of operator.command
- Operator command.public ShowText(int index, String text)
Initializes Tj opearor.
index
- Index of operator in operators list.text
- argument of the operator.public ShowText(String text)
Initializes Tj operator.
text
- argument of the operator.public ShowText()
Initializes of Tj operator.
public String getText()
Gets text of operator.
getText
in class TextShowOperator
public void setText(String value)
Set text of operator.
setText
in class TextShowOperator
value
- String valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.