Represents a set of formatting properties which shall be applied to a document text.
Inheritance Hierarchy
GemBox.Document Format
GemBox.Document CharacterFormat
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class CharacterFormat : Format
Remarks
GemBox.Document supports a variety of text formatting options like font name, size and color; on / off properties like bold, italic, underline, strikethrough, subscript, superscript and many others.
CharacterFormat can be set on:- elements Run, Hyperlink and Field;
- styles CharacterStyle and ParagraphStyle;
- DocumentModel.DefaultCharacterFormat and ListLevelFormat.CharacterFormat properties.
For more information about CharacterFormat properties, see character formatting sample.
For more information about formattings and styles in GemBox.Document, see formattings and styles samples.
See Also