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.markedcontent.BeginMarkedContentWithProperties command)
Initializes operator.
|
BDC(String tag)
Initializes operator.
|
BDC(String tag,
BDCProperties properties) |
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.
|
BDCProperties |
getProperties() |
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 |
setTag(String value)
Sets marked content tag
|
String |
toString()
Returns text representation of operator.
|
equals, getCommand, getCommandName, getIndex, isTextShowOperator, reset, setIndex, toString, valueEquals
public BDC(String tag)
tag
- String Tag valuepublic BDC(String tag, BDCProperties properties)
public BDC(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.markedcontent.BeginMarkedContentWithProperties command)
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 final BDCProperties getProperties()
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 com.aspose.pdf.engine.data.IPdfName getPropertiesName()
Gets properties name
Copyright © 2025 Aspose. All Rights Reserved.