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.commondata.pagecontent.operators.commands.CommandParameter properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
BDCProperties |
getProperties() |
String |
getTag()
Gets marked content tag
|
void |
setTag(String value)
Sets marked content tag
|
String |
toString()
Returns text representation of operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic 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.commondata.pagecontent.operators.commands.CommandParameter properties)
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 valueCopyright © 2025 Aspose. All Rights Reserved.