Inheritance Hierarchy
GemBox.Document Style
GemBox.Document CharacterStyle
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class CharacterStyle : Style
Remarks
Styles provide a way to format your document in a consistent way so when you change your formatting options on a style, all document elements referencing that style will be changed.
To apply a CharacterStyle to a Run, set it to a CharacterFormat.Style property on a Run.CharacterFormat.
For an example how to apply CharacterStyle to a Run, see styles sample.
For more information about formattings and styles in GemBox.Document, see formattings and styles samples.
See Also