Table of Contents

Class GroupItem

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll

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

GroupLabel

Name

Name of the group (e.g. "Introduction Chapter", "Slide 5", "Sheet1").

public string Name { get; set; }

Property Value

string