public class MoveToNextLineShowText extends TextShowOperator
Class representing ' operator (move to next line and show text).
Constructor and Description |
---|
MoveToNextLineShowText()
Initializesoperator.
|
MoveToNextLineShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
MoveToNextLineShowText(String text)
Initializes operator.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getText()
Gets operator text.
|
setText
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public MoveToNextLineShowText()
Initializesoperator.
public MoveToNextLineShowText(String text)
Initializes operator.
text
- The text.public MoveToNextLineShowText(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public String getText()
Gets operator text.
getText
in class TextShowOperator
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept
in class TextOperator
visitor
- Visitor object.