SetTextRise
Overview
SetTextRise is a class in Aspose.PDF FOSS for Java.
Inherits from: TextStateOperator.
Set text rise operator (Ts).
This class provides 2 methods for working with SetTextRise objects in Java programs.
Available methods include: SetTextRise, getRise.
All exported members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: rise.
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. |