See: Description
| Interface | Description |
|---|---|
| IsDocumentElement |
An element of a document, for instance a paragraph.
|
| IsList |
A list as a document element.
|
| IsListContext |
The context (all settings) of a list.
|
| IsListRenderer |
A list renderer.
|
| IsParagraph |
A paragraph as a document element.
|
| IsParagraphContext |
The context (all settings) of a paragraph.
|
| IsParagraphRenderer |
A paragraph renderer.
|
| IsTable |
A table as a document element.
|
| IsTableCell |
A table cell, part of a table row with content.
|
| IsTableCellContext |
The context (all settings) of a table cell (part of a row with content).
|
| IsTableContext |
The context (all settings) of a table.
|
| IsTableRenderer |
A table renderer.
|
| IsTableRow |
A table row.
|
| IsTableRowContext |
The context (all settings) of a table row.
|
| Enum | Description |
|---|---|
| TableRowStyle |
The style of a table row of type rule.
|
| TableRowType |
The type of a table row of type rule.
|
Base for document elements, such as paragraph and list.
Copyright © 2016–2017. All rights reserved.