SetCharacterSpacing

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

NameTypeAccessDescription
charSpacedoubleReadReturns the character spacing value.

Methods

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

See Also

 English