SetHorizontalTextScaling

SetHorizontalTextScaling

Overview

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

Set horizontal text scaling operator (Tz).

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