SetHorizontalTextScaling

SetHorizontalTextScaling

Overview

SetHorizontalTextScaling is a class in Aspose.PDF FOSS for Java. Inherits from: TextStateOperator.

Set horizontal text scaling operator (Tz).

This class provides 2 methods for working with SetHorizontalTextScaling objects in Java programs. Available methods include: SetHorizontalTextScaling, getScale. All exported members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: scale.

Properties

NameTypeAccessDescription
scaledoubleReadReturns the horizontal text scaling percentage.

Methods

SignatureDescription
SetHorizontalTextScaling(scale: double)Creates a SetHorizontalTextScaling (Tz) operator with the specified scale.
SetHorizontalTextScaling(operands: List<COSBase>)Creates a SetHorizontalTextScaling (Tz) operator from parsed operands.
getScale()doubleReturns the horizontal text scaling percentage.

See Also