Skip to main content
All docs
V26.1
  • Pdf20StructureType Enum

    Lists values that indicate the structure type defined in the PDF 2.0 specification.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum Pdf20StructureType

    Members

    Name Description
    Document

    A complete document. This is the root element of the structure tree.

    DocumentFragment

    A fragment of a PDF document that contains one or more page-level structure elements.

    Part

    A large-scale division of a document (for example, a chapter or a section in a volume).

    Sect

    A container for grouping related content elements (a chapter, section, or subsection of a document).

    Div

    A generic block-level element or group of elements.

    Aside

    Content that is distinct from the main content of the page but is related to it (for example, a sidebar or a pull quote).

    NonStruct

    A grouping element with no inherent structural significance (a non-structural element).

    Title

    The title of a document or document section.

    H

    A heading element that serves as a label for a subdivision of content.

    H1

    A level 1 heading.

    H2

    A level 2 heading.

    H3

    A level 3 heading.

    H4

    A level 4 heading.

    H5

    A level 5 heading.

    H6

    A level 6 heading.

    P

    A paragraph — a low-level division of text.

    FENote

    A footnote or endnote that is referred to from within the body of the document.

    Sub

    A subordinate section of the document that is not part of the main logical structure hierarchy.

    Lbl

    A label — a name or number that distinguishes an element from others in the same list, table, or group.

    Span

    A generic inline portion of text with no particular inherent semantic meaning.

    Em

    A span of text with emphasis (typically rendered in italic).

    Strong

    A span of text with strong emphasis (typically rendered in bold).

    Ref

    A citation to content elsewhere in the document.

    An association between a portion of content and a corresponding link annotation or annotations.

    Annot

    An association between a portion of content and a corresponding PDF annotation.

    Form

    A widget annotation that represents an interactive form field.

    Ruby

    A side-note annotation written in a smaller text size adjacent to the base text (used in Japanese and Chinese to indicate pronunciation).

    RB

    The base text component of a Ruby annotation.

    RT

    The annotation text component of a Ruby annotation (the smaller text that provides pronunciation guidance).

    RP

    Punctuation surrounding the annotation text of a Ruby annotation.

    Warichu

    A Warichu annotation — a comment or annotation in a smaller text size, formatted into two lines within the height of the containing text line.

    WT

    The text content of a Warichu annotation.

    WP

    The punctuation that surrounds the text content of a Warichu annotation.

    L

    A list — a sequence of items of similar meaning and importance.

    LI

    An individual member of a list.

    LBody

    The descriptive content of a list item.

    Table

    A two-dimensional layout of rectangular data cells.

    TR

    A row of headings or data in a table.

    TH

    A table cell that contains header text for one or more rows or columns.

    TD

    A table cell that contains data content.

    THead

    A group of rows that constitutes the header of a table.

    TBody

    A group of rows that constitutes the main body of a table.

    TFoot

    A group of rows that constitutes the footer of a table.

    Caption

    A brief portion of text that describes a table or figure.

    Figure

    An item of graphical content (an illustration or a figure).

    Formula

    A mathematical formula.

    Artifact

    Content that is not part of the logical structure of the document (for example, page headers, footers, or decorative graphics).

    Custom

    A custom structure type that does not match any standard type defined in the PDF 2.0 specification.

    Related API Members

    The following properties accept/return Pdf20StructureType values:

    See Also