Class ET

ET class

Class representing operator ET (End of text block).

public class ET : BlockTextOperator

Constructors

NameDescription
ET()Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Produces text code of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also