BMC

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

public class BMC extends Operator

Class representing BMC operator (Begin marked-content sequence).

Constructors

ConstructorDescription
BMC(int index, ICommand command)Constructor for operator class.
BMC(String tag)Constructor for writing program.

Methods

MethodDescription
getTag()Gets marked content tag
setTag(String value)Sets marked content tag
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Returns text representation of operator.
toCommand()
fromCommand(ICommand command)

BMC(int index, ICommand command)

public BMC(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

BMC(String tag)

public BMC(String tag)

Constructor for writing program.

Parameters:

ParameterTypeDescription
tagjava.lang.StringMarked content tag.

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

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Returns text representation of operator.

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

toCommand()

public ICommand toCommand()

Returns: ICommand

fromCommand(ICommand command)

public void fromCommand(ICommand command)

Parameters:

ParameterTypeDescription
commandICommand