TextStateOperator
Inheritance: java.lang.Object, com.aspose.pdf.Operator, com.aspose.pdf.operators.TextOperator
public class TextStateOperator extends TextOperator
Abstract base class for operators which changes current text state (Tc, Tf, TL, etc).
Constructors
Constructor | Description |
---|---|
TextStateOperator() | Constructor for new TextStateOperator. |
TextStateOperator(TextProperties textProperties) | Constructor for TextStateoperator which allows to pass TextProperties. |
TextStateOperator()
public TextStateOperator()
Constructor for new TextStateOperator.
TextStateOperator(TextProperties textProperties)
public TextStateOperator(TextProperties textProperties)
Constructor for TextStateoperator which allows to pass TextProperties.
Parameters:
Parameter | Type | Description |
---|---|---|
textProperties | TextProperties | Text properties. |