MoveToNextLineShowText

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

public class MoveToNextLineShowText extends TextShowOperator

Class representing ’ operator (move to next line and show text).

Constructors

ConstructorDescription
MoveToNextLineShowText()Initializesoperator.
MoveToNextLineShowText(String text)Initializes operator.
MoveToNextLineShowText(int index, ICommand command)Constructor for operator class.

Methods

MethodDescription
getText()Gets operator text.
accept(IOperatorSelector visitor)Accepts visitor object to process operator.

MoveToNextLineShowText()

public MoveToNextLineShowText()

Initializesoperator.

MoveToNextLineShowText(String text)

public MoveToNextLineShowText(String text)

Initializes operator.

Parameters:

ParameterTypeDescription
textjava.lang.StringThe text.

MoveToNextLineShowText(int index, ICommand command)

public MoveToNextLineShowText(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

getText()

public String getText()

Gets operator text.

Returns: java.lang.String - String value

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.