Represents a paragraph of content in the document.
Inheritance Hierarchy
GemBox.Document Element
GemBox.Document Block
GemBox.Document Paragraph
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class Paragraph : Block, IContentElement
Remarks
Paragraph is one of the main document building blocks. It can be contained under a Section, TableCell, TableOfEntries or HeaderFooter.
Paragraph is a content element that contains Inline derived elements in its Paragraph.Inlines property. For more information, see content model.
Paragraph can be formatted using the Paragraph.ParagraphFormat property, and it can also be formatted to be used as a part of the list using the Paragraph.ListFormat property. For more information about paragraph formatting, see paragraph formatting sample.
See Also