BDC

Inheritance: java.lang.Object, com.aspose.pdf.Operator

public class BDC extends Operator

class representing BDC operator (Begin marked-content sequence)

Constructors

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
tagjava.lang.StringString Tag value

BDC(int index, ICommand command)

public BDC(int index, ICommand command)

Constructor for operator class. Initializes operator.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

BDC(String tag, IPdfDictionary properties)

public BDC(String tag, IPdfDictionary properties)

Parameters:

ParameterTypeDescription
tagjava.lang.String
propertiesIPdfDictionary

BDC(String tag, IPdfName property)

public BDC(String tag, IPdfName property)

Parameters:

ParameterTypeDescription
tagjava.lang.String
propertyIPdfName

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor 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:

ParameterTypeDescription
valuejava.lang.StringString value

getPropertiesDictionary()

public IPdfDictionary getPropertiesDictionary()

Gets properties dictionary

Returns: IPdfDictionary - IPdfDictionary value

setPropertiesDictionary(IPdfDictionary value)

public void setPropertiesDictionary(IPdfDictionary value)

Sets properties dictionary

Parameters:

ParameterTypeDescription
valueIPdfDictionaryIPdfDictionary value

getPropertiesName()

public IPdfName getPropertiesName()

Gets properties name

Returns: IPdfName - IPdfName value

setPropertiesName(IPdfName value)

public void setPropertiesName(IPdfName value)

Sets properties name

Parameters:

ParameterTypeDescription
valueIPdfNameIPdfName value

toString()

public String toString()

Returns text representation of operator.

Returns: java.lang.String - Text representation of operator.