Table of Contents

Class DocItem

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

Base type for any element that carries content (can be a leaf node). Follows the docling DocItem convention.

public class DocItem : NodeItem
Inheritance
DocItem
Derived
Inherited Members

Properties

Label

The semantic label of this content item.

public DocItemLabel Label { get; set; }

Property Value

DocItemLabel