ET
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.BlockTextOperator
public class ET extends BlockTextOperator
Class representing operator ET (End of text block).
Constructors
| Constructor | Description |
|---|---|
| ET(int index, ICommand command) | Constructor for operator class. |
| ET() | Constructor for writing program. |
Methods
| Method | Description |
|---|---|
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
| toString() | Produces text code of operator. |
ET(int index, ICommand command)
public ET(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
ET()
public ET()
Constructor for writing program.
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |
toString()
public String toString()
Produces text code of operator.
Returns: java.lang.String - Text representation of operator.