Class GroupItem
A container node that groups other nodes (e.g. list container, chapter, section, slide). Follows the docling GroupItem convention. Cannot be a leaf node.
public class GroupItem : NodeItem
- Inheritance
-
GroupItem
- Inherited Members
Properties
Label
Semantic label for the group type.
public GroupLabel Label { get; set; }
Property Value
Name
Name of the group (e.g. "Introduction Chapter", "Slide 5", "Sheet1").
public string Name { get; set; }