SetTextLeading

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

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