com.aspose.pdf.operators

Class MoveToNextLine



  • public class MoveToNextLine
    extends TextPlaceOperator

    Class representing T* operator (Move to start of the next line).

    • Constructor Detail

      • MoveToNextLine

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

        Constructor for operator class.

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

        public MoveToNextLine()

        Constructor for writing program.

    • Method Detail

      • accept

        public void accept(IOperatorSelector visitor)

        Accepts visitor object to process operator.

        Overrides:
        accept in class TextOperator
        Parameters:
        visitor - Visitor object.
      • toString

        public String toString()

        Returns text of the operator.

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