BDC
Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class BDC extends Operator
class representing BDC operator (Begin marked-content sequence)
Constructors
Constructor | Description |
---|---|
BDC(String tag) | Initializes operator. |
BDC(int index, ICommand command) | Constructor for operator class. |
BDC(String tag, IPdfDictionary properties) | |
BDC(String tag, IPdfName property) |
Methods
Method | Description |
---|---|
accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
getTag() | Gets marked content tag |
setTag(String value) | Sets marked content tag |
getPropertiesDictionary() | Gets properties dictionary |
setPropertiesDictionary(IPdfDictionary value) | Sets properties dictionary |
getPropertiesName() | Gets properties name |
setPropertiesName(IPdfName value) | Sets properties name |
toString() | Returns text representation of operator. |
BDC(String tag)
public BDC(String tag)
Initializes operator.
Parameters:
Parameter | Type | Description |
---|---|---|
tag | java.lang.String | String Tag value |
BDC(int index, ICommand command)
public BDC(int index, ICommand command)
Constructor for operator class. Initializes operator.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | Index of operator. |
command | ICommand | Operator command. |
BDC(String tag, IPdfDictionary properties)
public BDC(String tag, IPdfDictionary properties)
Parameters:
Parameter | Type | Description |
---|---|---|
tag | java.lang.String | |
properties | IPdfDictionary |
BDC(String tag, IPdfName property)
public BDC(String tag, IPdfName property)
Parameters:
Parameter | Type | Description |
---|---|---|
tag | java.lang.String | |
property | IPdfName |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | IOperatorSelector | Visitor object. |
getTag()
public String getTag()
Gets marked content tag
Returns: java.lang.String - String value
setTag(String value)
public void setTag(String value)
Sets marked content tag
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String value |
getPropertiesDictionary()
public IPdfDictionary getPropertiesDictionary()
Gets properties dictionary
Returns: IPdfDictionary - IPdfDictionary value
setPropertiesDictionary(IPdfDictionary value)
public void setPropertiesDictionary(IPdfDictionary value)
Sets properties dictionary
Parameters:
Parameter | Type | Description |
---|---|---|
value | IPdfDictionary | IPdfDictionary value |
getPropertiesName()
public IPdfName getPropertiesName()
Gets properties name
Returns: IPdfName - IPdfName value
setPropertiesName(IPdfName value)
public void setPropertiesName(IPdfName value)
Sets properties name
Parameters:
Parameter | Type | Description |
---|---|---|
value | IPdfName | IPdfName value |
toString()
public String toString()
Returns text representation of operator.
Returns: java.lang.String - Text representation of operator.