MP

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

public class MP extends Operator

Class representing MP operator (define marked-content point).

Constructors

ConstructorDescription
MP(String tag)Initializes operator.
MP(int index, ICommand command)Constructor for operator class.

Methods

MethodDescription
getTag()Gets marked content tag
setTag(String value)Sets marked content tag
accept(IOperatorSelector visitor)Accepts visitor object to process operator.

MP(String tag)

public MP(String tag)

Initializes operator.

Parameters:

ParameterTypeDescription
tagjava.lang.StringMarked content tag.

MP(int index, ICommand command)

public MP(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

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.