API Reference
Class
OdtContentBlock
A paragraph, heading, or table in ODT reading order.
Inheritance
- Object
- OdtContentBlock
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OdtDocument.ContentBlocks
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OdtContentBlockKind Kind { get; } #Block kind.
public OdtParagraph Paragraph { get; } #Paragraph or heading value when applicable.
public OdtTable Table { get; } #Table value when applicable.
public Boolean IsListItem { get; } #True when the paragraph is contained by an ODF list item.
public Nullable<Boolean> IsOrderedList { get; } #Whether the containing list is ordered, or null for non-list blocks.
public Int32 ListLevel { get; } #Zero-based nesting level for list paragraphs.