BlockTextOperator
Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator
public class BlockTextOperator extends TextOperator
Abstract base class for text block operators i.e. Begin and End text operators (BT/ET)
Constructors
| Constructor | Description |
|---|---|
| BlockTextOperator() | Constructor for new operator. |
| BlockTextOperator(TextProperties textProperties) | Constructor for BlockTextOperator which accepts TextProperties. |
BlockTextOperator()
public BlockTextOperator()
Constructor for new operator.
BlockTextOperator(TextProperties textProperties)
public BlockTextOperator(TextProperties textProperties)
Constructor for BlockTextOperator which accepts TextProperties.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| textProperties | TextProperties | Text properties. |