EMC
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class EMC extends Operator
Clsss representing EMC oeprator (End of marked-content sequence).
Constructors
| Constructor | Description |
|---|---|
| EMC(int index, ICommand command) | Constructor for operator class. |
| EMC() | Constructor for writing program. |
Methods
| Method | Description |
|---|---|
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
| toString() | Returns text representation of operator. |
EMC(int index, ICommand command)
public EMC(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
EMC()
public EMC()
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()
Returns text representation of operator.
Returns: java.lang.String - Text representation of the operator.