SetTextLeading
Overview
SetTextLeading is a class in Aspose.PDF FOSS for Java.
Inherits from: TextStateOperator.
Set text leading operator (TL).
This class provides 2 methods for working with SetTextLeading objects in Java programs.
Available methods include: SetTextLeading, getLeading.
All exported members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: leading.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
leading | double | Read | Returns the text leading value. |
Methods
| Signature | Description |
|---|---|
SetTextLeading(leading: double) | Creates a SetTextLeading (TL) operator with the specified leading. |
SetTextLeading(operands: List<COSBase>) | Creates a SetTextLeading (TL) operator from parsed operands. |
getLeading() → double | Returns the text leading value. |