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.
|
equals, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, toString, valueEquals
public 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 © 2023 Aspose. All Rights Reserved.