EMC

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

public class EMC extends Operator

Clsss representing EMC oeprator (End of marked-content sequence).

Constructors

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

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Returns text representation of operator.

EMC(int index, ICommand command)

public EMC(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

EMC()

public EMC()

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()

Returns text representation of operator.

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