public class BI extends Operator
Class representing BI operator (Begin inline image obect).
Constructor and Description |
---|
BI()
Initializes operator.
|
BI(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.
|
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand |
toCommand()
For internal usage only!
|
getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, toString
public BI()
Initializes operator.
public BI(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 com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operator
saves operator to command