Enum StructureTagType
Represents the types of structure tags used in a document.
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum StructureTagType
Annotation
Represents an annotation element.
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.
BibEntry
Represents a bibliographic entry element.
BlockQuote
A portion of text consisting of one or more paragraphs attributed to someone other than the author of the surrounding text.
Caption
A brief portion of text describing a table or figure.
Code
Represents a code element.
Division
A generic block-level element or group of elements.
Document
A complete document. This is the root element of any structure tree containing multiple parts or multiple articles.
Figure
Represents a figure element.
Form
Represents a form element.
Formula
Represents a formula element.
Heading
Represents a heading element.
HeadingLevel1
Represents a level 1 heading.
HeadingLevel2
Represents a level 2 heading.
HeadingLevel3
Represents a level 3 heading.
HeadingLevel4
Represents a level 4 heading.
HeadingLevel5
Represents a level 5 heading.
HeadingLevel6
Represents a level 6 heading.
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.
Link
Represents a link element.
List
Represents a list element.
ListBody
Represents a list body element.
ListItem
Represents a list item element.
ListLabel
Represents a list label element.
None
No specific structure tag type.
NonStruct
A grouping element having no inherent structural significance; it serves solely for grouping purposes. This type of element differs from a division in that it is not interpreted or exported to other document formats; however, its descendants are to be processed normally.
Note
Represents a note element.
Paragraph
Represents a paragraph element.
Part
A large-scale division of a document. This type of element is appropriate for grouping articles or sections.
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.
Quotation
Represents a quotation element.
Reference
Represents a reference element.
Ruby
Represents a ruby element.
RubyAnnotationText
Represents the annotation text of a ruby element.
RubyBaseText
Represents the base text of a ruby element.
RubyPunctuation
Represents the punctuation of a ruby element.
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.
Span
Represents a span element.
Table
Represents a table element.
TableBody
Represents a table body element.
TableData
Represents a table data element.
TableFooter
TableHead
Represents a table head element.
TableHeader
Represents a table header element.
TableOfContent
A list made up of table of contents item entries TableOfContentItem.
TableOfContentItem
An individual member of a table of contents.
TableRow
Represents a table row element.
Warichu
Represents a warichu element.
WarichuPunctuation
Represents the punctuation of a warichu element.
WarichuText
Represents the text of a warichu element.