BT

Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator, com.aspose.pdf.operators.BlockTextOperator

public class BT extends BlockTextOperator

Class representing BT operator (Begin of text block).

Constructors

ConstructorDescription
BT(int index, ICommand command)Constructor for operator class.
BT()Constructor for writing program.

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Produces text code of operator.
toCommand()

BT(int index, ICommand command)

public BT(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

BT()

public BT()

Constructor for writing program.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Produces text code of operator.

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

toCommand()

public ICommand toCommand()

Returns: ICommand