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.markedcontent.DesignateMarkedContent 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
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, toString, valueEqualspublic MP(String tag)
Initializes operator.
tag - Marked content tag.public MP(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.markedcontent.DesignateMarkedContent 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.
Copyright © 2025 Aspose. All Rights Reserved.