API Reference
Class
StructuredListItem
Represents a parsed list item (bullet or numbered) with hierarchy.
Inheritance
- Object
- StructuredListItem
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 StructuredListItemPage.ListItems
- Property StructuredPage.ListNodes
Accepted by parameters
- Constructor StructuredListItemPage.StructuredListItemPage
Constructors
public StructuredListItem() #Inherited Methods
Properties
public Int32 Level { get; set; } #1-based nesting level (best effort).
public String Marker { get; set; } #Original marker like "1.2.3", "-", "•", "(a)".
public String Text { get; set; } #Normalized text of the list item.
public StructuredLine Line { get; set; } #Line geometry for the source list item.