SetCharacterSpacing
Overview
SetCharacterSpacing is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextStateOperator.
Set character spacing operator (Tc).
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<COSBase>) | Creates a SetCharacterSpacing (Tc) operator from parsed operands. |
getCharSpace() → double | Returns the character spacing value. |