SetTextLeading
Overview
SetTextLeading is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextStateOperator.
Set text leading operator (TL).
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. |