public class MoveToNextLine extends TextPlaceOperator
Class representing T* operator (Move to start of the next line).
| Constructor and Description |
|---|
MoveToNextLine()
Constructor for writing program.
|
MoveToNextLine(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textpositioningoperators.MoveToNextLineDefault command)
Constructor for operator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
toString()
Returns text of the operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic MoveToNextLine(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.textpositioningoperators.MoveToNextLineDefault command)
Constructor for operator class.
index - Index of operator.command - Operator command.public MoveToNextLine()
Constructor for writing program.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
accept in class TextOperatorvisitor - Visitor object.Copyright © 2025 Aspose. All Rights Reserved.