com.aspose.pdf.operators

Class EMC



  • public class EMC
    extends Operator

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

    • Constructor Detail

      • EMC

        public EMC(int index,
                   com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)

        Constructor for operator class.

        Parameters:
        index - Index of operator.
        command - Operator command.
      • EMC

        public EMC()

        Constructor for writing program.

    • Method Detail

      • accept

        public void accept(IOperatorSelector visitor)

        Accepts visitor object to process operator.

        Specified by:
        accept in class Operator
        Parameters:
        visitor - Visitor object.
      • toString

        public String toString()

        Returns text representation of operator.

        Overrides:
        toString in class Operator
        Returns:
        Text representation of the operator.