EI

Inheritance: java.lang.Object, com.aspose.pdf.Operator

public class EI extends Operator

Class representing EI operator (End inline image object).

Constructors

ConstructorDescription
EI()Initializes operator.
EI(int index, ICommand command)Constructor for operator class.

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Translates command and parameters into string representation.

EI()

public EI()

Initializes operator.

EI(int index, ICommand command)

public EI(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Translates command and parameters into string representation.

Returns: java.lang.String - Operator text