public class MoveToNextLineShowText extends TextShowOperator
Class representing ' operator (move to the next line and show text).
| Constructor and Description |
|---|
MoveToNextLineShowText()
Initializesoperator.
|
MoveToNextLineShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textshowing.ShowTextOnTheNextLine 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.
|
setTextcreateFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic MoveToNextLineShowText()
Initializesoperator.
public MoveToNextLineShowText(String text)
Initializes operator.
text - The text.public MoveToNextLineShowText(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textshowing.ShowTextOnTheNextLine command)
Constructor for operator class.
index - Index of operator.command - Operator command.public String getText()
Gets operator text.
getText in class TextShowOperatorpublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept in class TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.