public class DP extends Operator
Class represeting DP operator (designamte marked content point).
| Constructor and Description |
|---|
DP(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.markedcontent.DesignateMarkedContentWithProperties command)
Constructor for operator class.
|
DP(String tag)
Initializes operator.
|
DP(String tag,
com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter> |
getPropertiesDictionary()
Gets properties dictionary
|
String |
getTag()
Gets marked content tag
|
void |
setPropertiesDictionary(com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter> value)
Sets properties' dictionary
|
void |
setTag(String value)
Sets marked content tag
|
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand |
toCommand()
For internal usage only!
|
String |
toString()
Returns text representation of operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic DP(String tag)
tag - String Tag valuepublic DP(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.markedcontent.DesignateMarkedContentWithProperties command)
Constructor for operator class. Initializes operator.
index - Index of operator.command - Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
public String getTag()
Gets marked content tag
public void setTag(String value)
Sets marked content tag
value - String objectpublic com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter> getPropertiesDictionary()
Gets properties dictionary
public void setPropertiesDictionary(com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter> value)
Sets properties' dictionary
value - IPdfDictionary valuepublic String toString()
Returns text representation of operator.
public com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operatorsaves operator to command
Copyright © 2025 Aspose. All Rights Reserved.