Inheritance Hierarchy
GemBox.Document Element
GemBox.Document Block
GemBox.Document Paragraph
GemBox.Document TableOfEntries
GemBox.Document.Tables Table
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public abstract class Block : Element
Remarks
Block elements take the entire width of a document. No other document element can be contained in the same line with a block element.
Block elements, especially Paragraphs, are starting building blocks for Section, HeaderFooter, TableCell and TableOfEntries content.
For more information, see GemBox.Document Content Model.
See Also