Table of Contents

Class SectionHeaderItem

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

A section heading item with a heading level. Follows the docling SectionHeaderItem convention.

public class SectionHeaderItem : TextItem
Inheritance
SectionHeaderItem
Inherited Members

Constructors

SectionHeaderItem()

public SectionHeaderItem()

Properties

Level

Heading level (1 = top-level, 2 = sub-section, etc.).

public int Level { get; set; }

Property Value

int