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

NameTypeAccessDescription
risedoubleReadReturns the text rise value.

Methods

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

See Also