MoveToNextLine

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

public class MoveToNextLine extends TextPlaceOperator

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

Constructors

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

Methods

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

MoveToNextLine(int index, ICommand command)

public MoveToNextLine(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

MoveToNextLine()

public MoveToNextLine()

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 of the operator.

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