ID
Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class ID extends Operator
Class representing ID operator (Begin inline image data).
Constructors
| Constructor | Description |
|---|---|
| ID(int index, ICommand command) | Constructor for operator class. |
Methods
| Method | Description |
|---|---|
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
| getCommandName() |
ID(int index, ICommand command)
public ID(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |
getCommandName()
public String getCommandName()
Gets operator name.
Returns: java.lang.String