public class BDC extends Operator
class representing BDC operator (Begin marked-content sequence)
Constructor and Description |
---|
BDC(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
BDC(String tag)
Initializes operator.
|
BDC(String tag,
com.aspose.pdf.engine.data.IPdfDictionary properties) |
BDC(String tag,
com.aspose.pdf.engine.data.IPdfName property) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
com.aspose.pdf.engine.data.IPdfDictionary |
getPropertiesDictionary()
Gets properties dictionary
|
com.aspose.pdf.engine.data.IPdfName |
getPropertiesName()
Gets properties name
|
String |
getTag()
Gets marked content tag
|
void |
setPropertiesDictionary(com.aspose.pdf.engine.data.IPdfDictionary value)
Sets properties dictionary
|
void |
setPropertiesName(com.aspose.pdf.engine.data.IPdfName value)
Sets properties name
|
void |
setTag(String value)
Sets marked content tag
|
String |
toString()
Returns text representation of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public BDC(String tag)
tag
- String valuepublic BDC(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class. Initializes operator.
index
- Index of operator.command
- Operator command.public BDC(String tag, com.aspose.pdf.engine.data.IPdfDictionary properties)
public BDC(String tag, com.aspose.pdf.engine.data.IPdfName property)
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 valuepublic com.aspose.pdf.engine.data.IPdfDictionary getPropertiesDictionary()
Gets properties dictionary
public void setPropertiesDictionary(com.aspose.pdf.engine.data.IPdfDictionary value)
Sets properties dictionary
value
- IPdfDictionary valuepublic com.aspose.pdf.engine.data.IPdfName getPropertiesName()
Gets properties name
public void setPropertiesName(com.aspose.pdf.engine.data.IPdfName value)
Sets properties name
value
- IPdfName value