public abstract class TextOperator extends Operator
Abstract base class for text-related operators (TJ, Tj, Tm, BT, ET, etc).
| Constructor and Description |
|---|
TextOperator()
Constructor for new operator.
|
TextOperator(TextProperties textProperties)
Text operator which accepts text properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic TextOperator()
Constructor for new operator.
public TextOperator(TextProperties textProperties)
Text operator which accepts text properties.
textProperties - Text properties.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2025 Aspose. All Rights Reserved.