Class DocListItem
A list item within a list group. Follows the docling ListItem convention. Named DocListItem to avoid conflict with System.Collections types.
public class DocListItem : TextItem
- Inheritance
-
DocListItem
- Inherited Members
Constructors
DocListItem()
public DocListItem()
Properties
Enumerated
Whether this list item is enumerated (ordered list).
public bool Enumerated { get; set; }
Property Value
Marker
The bullet or number marker that prefixes this list item.
public string Marker { get; set; }