SetSpacingMoveToNextLineShowText

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

public class SetSpacingMoveToNextLineShowText extends TextShowOperator

Class representing " operator (set word and character spacing, move to the next line and show text).

Constructors

ConstructorDescription
SetSpacingMoveToNextLineShowText(int index, ICommand command)Constructor for operator class.
SetSpacingMoveToNextLineShowText(double aw, double ac, String text)Initializes operator.
SetSpacingMoveToNextLineShowText()Initializes operator.

Methods

MethodDescription
getAw()Gets word spacing.
getAc()Get character spacing.
getText()Gets text of operator.
accept(IOperatorSelector visitor)Accepts visitor object to process operator.

SetSpacingMoveToNextLineShowText(int index, ICommand command)

public SetSpacingMoveToNextLineShowText(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

SetSpacingMoveToNextLineShowText(double aw, double ac, String text)

public SetSpacingMoveToNextLineShowText(double aw, double ac, String text)

Initializes operator.

Parameters:

ParameterTypeDescription
awdoubledouble value Word spacing.
acdoubledouble value Character spacing.
textjava.lang.Stringstring Text value.

SetSpacingMoveToNextLineShowText()

public SetSpacingMoveToNextLineShowText()

Initializes operator.

getAw()

public double getAw()

Gets word spacing.

Returns: double - double value

getAc()

public double getAc()

Get character spacing.

Returns: double - double value

getText()

public String getText()

Gets text of operator.

Returns: java.lang.String - String value

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.