SetTextLeading

SetTextLeading

Overview

SetTextLeading is a class in Aspose.Pdf FOSS for Java. Inherits from: TextStateOperator.

Set text leading operator (TL).

Properties

NameTypeAccessDescription
leadingdoubleReadReturns the text leading value.

Methods

SignatureDescription
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()doubleReturns the text leading value.

See Also