Represents a style which can be applied to one or more Paragraphs within a document content.
Inheritance Hierarchy
GemBox.Document Style
GemBox.Document ParagraphStyle
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class ParagraphStyle : 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 ParagraphStyle to a Paragraph, set it to a ParagraphFormat.Style property on a Paragraph.ParagraphFormat.
For an example how to apply ParagraphStyle to a Paragraph, see styles sample.
For more information about formattings and styles in GemBox.Document, see formattings and styles samples.
See Also