Click or drag to resize

PdfStandardStructTypes Fields

The PdfStandardStructTypes type exposes the following members.

Fields
Name Description
Public field Static member Annotation
An association between a portion of the ILSE¡¯s content and a corresponding PDF annotation.
Public field Static member Article
A relatively self-contained body of text constituting a single narrative or exposition. Articles should be disjoint; that is, they should not contain other articles as constituent elements.
Public field Static member BibEntry
A reference identifying the external source of some cited content. It may contain a label (structure type Lbl) as a child.
Public field Static member BlockQuote
A portion of text consisting of one or more paragraphs attributed to someone other than the author of the surrounding text.
Public field Static member Caption
A brief portion of text describing a table or figure.
Public field Static member Code
A fragment of computer program text.
Public field Static member Division
A generic block-level element or group of elements.
Public field Static member Document
A complete document. This is the root element of any structure tree containing multiple parts or multiple articles.
Public field Static member Figure
An item of graphical content. Its placement may be specified with the Placementlayout attribute.
Public field Static member Form
A mathematical formula.
Public field Static member Formula
A widget annotation representing an interactive form field.
Public field Static member Heading
A label for a subdivision of a document¡¯s content. It should be the first child of the division that it heads.
Public field Static member HeadingLevel1
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member HeadingLevel2
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member HeadingLevel3
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member HeadingLevel4
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member HeadingLevel5
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member HeadingLevel6
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus cannot determine the level of a heading from its level of nesting.
Public field Static member Index
A sequence of entries containing identifying text accompanied by reference elements that point out occurrences of the specified text in the main body of a document.
Public field Static member Label
A name or number that distinguishes a given item from others in the same list or other group of like items. In a dictionary list, for example, it contains the term being defined; in a bulleted or numbered list, it contains the bullet character or the number of the list item and associated punctuation.
Public field Static member Link
An association between a portion of the ILSE¡¯s content and a corresponding link annotation or annotations. Its children are one or more content items or child ILSEs and one or more object references identifying the associated link annotations.
Public field Static member List
A sequence of items of like meaning and importance. Its immediate children should be an optional caption (structure type Caption) followed by one or more list items (structure type LI).
Public field Static member ListBody
The descriptive content of a list item. In a dictionary list, for example, it contains the definition of the term. It can either contain the content directly or have other BLSEs, perhaps including nested lists, as children.
Public field Static member ListItem
An individual member of a list. Its children may be one or more labels, list bodies, or both (structure types Lbl or LBody).
Public field Static member NonStruct
A grouping element having no inherent structural significance; it serves solely for grouping purposes. This type of element differs from a division (structure type Div) in that it is not interpreted or exported to other document formats; however, its descendants are to be processed normally.
Public field Static member Note
An item of explanatory text, such as a footnote or an endnote, that is referred to from within the body of the document.
Public field Static member Paragraph
A low-level division of text.
Public field Static member Part
A large-scale division of a document. This type of element is appropriate for grouping articles or sections.
Public field Static member Private
A grouping element containing private content belonging to the application producing it. The structural significance of this type of element is unspecified and is determined entirely by the producer application. Neither the Private element nor any of its descendants are to be interpreted or exported to other document formats.
Public field Static member Quotation
An inline portion of text attributed to someone other than the author of the surrounding text.
Public field Static member RB
(Ruby base text) The full-size text to which the ruby annotation is applied. RB can contain text, other inline elements, or a mixture of both. It may have the RubyAlign attribute.
Public field Static member Reference
A citation to content elsewhere in the document.
Public field Static member RP
(Ruby punctuation) Punctuation surrounding the ruby annotation text. It us used only when a ruby annotation cannot be properly formatted in a ruby style and instead is formatted as a normal comment, or when it is formatted as a warichu. It contains text (usually a single open or close parenthesis or similar bracketing character).
Public field Static member RT
(Ruby annotation text) The smaller-size text that is placed adjacent to the ruby base text. It can contain text, other inline elements, or a mixture of both. It may have the RubyAlignand RubyPosition attributes.
Public field Static member Ruby
A side-note (annotation) written in a smaller text size and placed adjacent to the base text to which it refers. It is used in Japanese and Chinese to describe the pronunciation of unusual words or to describe such items as abbreviations and logos. A Rubyelement may also contain the RB, RT, and RP elements
Public field Static member Section
A container for grouping related content elements. For example, a section might contain a heading, several introductory paragraphs, and two or more other sections nested within it as subsections.
Public field Static member Span
generic inline portion of text having no particular inherent characteristics. It can be used, for example, to delimit a range of text with a given set of styling attributes.
Public field Static member Table
A two-dimensional layout of rectangular data cells, possibly having a complex substructure. It contains either one or more table rows (structure type TR) as children; or an optional table head (structure type THead) followed by one or more table body elements (structure type TBody) and an optional table footer (structure type TFoot). In addition, a table may have an optional caption (structure type Caption; see ¡°Grouping Elements¡± on page 899) as its first or last child.
Public field Static member TableBody
A group of rows that constitute the main body portion of a table. If the table is split across multiple pages, the body area may be broken apart on a row boundary. A table may have multiple TBody elements to allow for the drawing of a border or background for a set of rows.
Public field Static member TableDataCell
A table cell containing data that is part of the table¡¯s content.
Public field Static member TableFooter
A group of rows that constitute the footer of a table. If the table is split across multiple pages, these rows may be redrawn at the bottom of each table fragment (although there is only one TFoot element.)
Public field Static member TableHeader
A group of rows that constitute the header of a table. If the table is split across multiple pages, these rows may be redrawn at the top of each table fragment (although there is only one THead element).
Public field Static member TableHeaderCell
A table cell containing header text describing one or more rows or columns of the table.
Public field Static member TableRow
A row of headings or data in a table. It may contain table header cells and table data cells (structure types TH and TD).
Public field Static member TOC
A list made up of table of contents item entries and/or other nested table of contents entries.
Public field Static member TOCI
An individual member of a table of contents.
Public field Static member Warichu
A comment or annotation in a smaller text size and formatted onto two smaller lines within the height of the containing text line and placed following (inline) the base text to which it refers. It is used in Japanese for descriptive comments and for ruby annotation text that is too long to be aesthetically formatted as a ruby. A Warichu element may also contain the WT and WP elements.
Public field Static member WP
(Warichu punctuation) The punctuation that surrounds the WT text. It contains text (usually a single open or close parenthesis or similar bracketing character).
Public field Static member WT
(Warichu text) The smaller-size text of a warichu comment that is formatted into two lines and placed between surrounding WP elements.
Top
See Also