public class ID extends Operator
Class representing ID operator (Begin inline image data).
Constructor and Description |
---|
ID(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getCommandName()
Gets operator name.
|
clear, getCommand, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public ID(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
public String getCommandName()
Operator
Gets operator name.
getCommandName
in class Operator