Operator
Operator class
Abstract class representing operator.
public abstract class Operator
Properties
Name |
Description |
Index { get; set; } |
Operator index in page operators list. |
Methods
Name |
Description |
abstract Accept(IOperatorSelector) |
Accepts visitor IOperatorSelector which provides operators processing. |
override ToString() |
Returns text of operator and its parameters. |
static IsTextShowOperator(Operator) |
Determines if the operator is operator which responsible for text output (Tj, TJ, etc) |
See Also