Table of Contents

Enum DocItemLabel

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

Labels for document content items, following the docling DocItemLabel convention.

public enum DocItemLabel

Fields

Caption = 9

Caption for a table or picture.

CheckboxSelected = 14

Selected checkbox.

CheckboxUnselected = 15

Unselected checkbox.

Code = 7

Code block.

DocumentIndex = 13

Document index / table of contents.

Footnote = 10

Footnote.

Formula = 8

Mathematical formula.

KeyValueRegion = 17

Key-value region.

ListItem = 4

List item.

Page footer (furniture).

PageHeader = 11

Page header (furniture).

Paragraph = 2

Generic paragraph text.

Picture = 6

Picture or image.

Reference = 16

Reference / citation.

SectionHeader = 1

Section heading (with level).

Table = 5

Table.

Text = 3

Generic text element.

Title = 0

Document title.