MoveToNextLineShowText
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.TextShowOperator
public class MoveToNextLineShowText extends TextShowOperator
Class representing ’ operator (move to next line and show text).
Constructors
| Constructor | Description |
|---|---|
| MoveToNextLineShowText() | Initializesoperator. |
| MoveToNextLineShowText(String text) | Initializes operator. |
| MoveToNextLineShowText(int index, ICommand command) | Constructor for operator class. |
Methods
| Method | Description |
|---|---|
| getText() | Gets operator text. |
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
MoveToNextLineShowText()
public MoveToNextLineShowText()
Initializesoperator.
MoveToNextLineShowText(String text)
public MoveToNextLineShowText(String text)
Initializes operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | The text. |
MoveToNextLineShowText(int index, ICommand command)
public MoveToNextLineShowText(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
getText()
public String getText()
Gets operator text.
Returns: java.lang.String - String value
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |