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.textshowing.ShowTextString 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.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic ShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textshowing.ShowTextString 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 TextShowOperatorpublic void setText(String value)
Set text of operator.
setText in class TextShowOperatorvalue - String valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept in class TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.