Class SectionHeaderItem
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; }