ListLevelFormat CharacterFormat Property GemBox.Document Help
Gets or sets the character format used for this list label. Supported only in DOCX format.

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public CharacterFormat CharacterFormat { get; set; }

Field Value

The character format.
Remarks

This value (except its FontName property) is currently ignored when exporting a document to PDF, XPS or image file formats.
See Also