Class TextOperator
TextOperator class
Abstract base class for text-related operators (TJ, Tj, Tm, BT, ET, etc).
public abstract class TextOperator : Operator
Constructors
| Name | Description |
|---|
| TextOperator() | Initializes operator. |
| TextOperator(TextProperties) | Text operator which accepts text properties. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Returns text of operator and its parameters. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also