SetCharacterSpacing
Overview
SetCharacterSpacing is a class in Aspose.PDF FOSS for Java.
Inherits from: TextStateOperator.
Set character spacing operator (Tc).
This class provides 3 methods for working with SetCharacterSpacing objects in Java programs.
Available methods include: SetCharacterSpacing, getCharSpace.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: charSpace.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
charSpace | double | Read | Returns the character spacing value. |
Methods
| Signature | Description |
|---|---|
SetCharacterSpacing(charSpace: double) | Creates a SetCharacterSpacing (Tc) operator with the specified spacing. |
SetCharacterSpacing(operands: List<PdfBase>) | Creates a SetCharacterSpacing (Tc) operator from parsed operands. |
getCharSpace() → double | Returns the character spacing value. |