ET

Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.BlockTextOperator

public class ET extends BlockTextOperator

Class representing operator ET (End of text block).

Constructors

ConstructorDescription
ET(int index, ICommand command)Constructor for operator class.
ET()Constructor for writing program.

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Produces text code of operator.

ET(int index, ICommand command)

public ET(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

ET()

public ET()

Constructor for writing program.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Produces text code of operator.

Returns: java.lang.String - Text representation of operator.