Represents a set of paragraph formatting properties which shall be applied to the contents of the parent paragraph.
Inheritance Hierarchy
GemBox.Document Format
GemBox.Document ParagraphFormat
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class ParagraphFormat : Format
Remarks
GemBox.Document supports a variety of paragraph formatting options like alignment, borders, spacing, indentation, tabs and many others.
ParagraphFormat can be set on:- Paragraph element;
- ParagraphStyle style;
- DocumentModel.DefaultParagraphFormat property.
For more information about ParagraphFormat properties, see paragraph formatting sample.
For more information about formattings and styles in GemBox.Document, see formattings and styles samples.
See Also