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
| Name | Type | Access | Description |
|---|---|---|---|
scale | double | Read | Returns the horizontal text scaling percentage. |
Methods
| Signature | Description |
|---|---|
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() → double | Returns the horizontal text scaling percentage. |