SetCharacterSpacing

SetCharacterSpacing

Overview

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

Set character spacing operator (Tc).

Properties

NameTypeAccessDescription
charSpacedoubleReadReturns the character spacing value.

Methods

SignatureDescription
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()doubleReturns the character spacing value.

See Also