SetTextRise
Overview
SetTextRise is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextStateOperator.
Set text rise operator (Ts).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rise | double | Read | Returns the text rise value. |
Methods
| Signature | Description |
|---|---|
SetTextRise(rise: double) | Creates a SetTextRise (Ts) operator with the specified rise. |
SetTextRise(operands: List<COSBase>) | Creates a SetTextRise (Ts) operator from parsed operands. |
getRise() → double | Returns the text rise value. |