public class MP extends Operator
Class representing MP operator (define marked-content point).
Constructor and Description |
---|
MP(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
MP(String tag)
Initializes operator.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getTag()
Gets marked content tag
|
void |
setTag(String value)
Sets marked content tag
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public MP(String tag)
Initializes operator.
tag
- Marked content tag.public MP(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public String getTag()
Gets marked content tag
public void setTag(String value)
Sets marked content tag
value
- String valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.