public class SetSpacingMoveToNextLineShowText extends TextShowOperator
Class representing " operator (set word and character spacing, move to the next line and show text).
Constructor and Description |
---|
SetSpacingMoveToNextLineShowText()
Initializes operator.
|
SetSpacingMoveToNextLineShowText(double aw,
double ac,
String text)
Initializes operator.
|
SetSpacingMoveToNextLineShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
double |
getAc()
Get character spacing.
|
double |
getAw()
Gets word spacing.
|
String |
getText()
Gets text of operator.
|
setText
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetSpacingMoveToNextLineShowText(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public SetSpacingMoveToNextLineShowText(double aw, double ac, String text)
Initializes operator.
aw
- double valueac
- double valuetext
- string valuepublic SetSpacingMoveToNextLineShowText()
Initializes operator.
public double getAw()
Gets word spacing.
public double getAc()
Get character spacing.
public String getText()
Gets text of operator.
getText
in class TextShowOperator
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.