public class TextShowOperator extends TextOperator
Abvstract base class for all operators which used to out text (Tj, TJ, etc).
Constructor and Description |
---|
TextShowOperator()
Constructor for new TextShowOperator.
|
TextShowOperator(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
TextShowOperator(TextProperties textProperties)
Constructor for TextShowOperator which allows to pass TextProperties.
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
Gets text which operator out on the page.
|
void |
setText(String value)
Sets text which operator out on the page.
|
accept
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public TextShowOperator(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public TextShowOperator()
Constructor for new TextShowOperator.
public TextShowOperator(TextProperties textProperties)
Constructor for TextShowOperator which allows to pass TextProperties.
textProperties
- Text properties.