Click or drag to resize

ParagraphBase ApplyCharacterFormat Method

Applies the specified character format to the current object.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ApplyCharacterFormat(
	CharacterFormat charFormat
)

Parameters

charFormat
Type: Spire.Doc.Formatting CharacterFormat
The character format to apply.
See Also