Enum
StructureTagType

Represents the types of structure tags used in a document.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum StructureTagType

Fields

Annotation

Represents an annotation element.

Declaration

cs-api-definition
Annotation = 39

Field Value

StructureTagType

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.

Declaration

cs-api-definition
Article = 3

Field Value

StructureTagType

BibEntry

Represents a bibliographic entry element.

Declaration

cs-api-definition
BibEntry = 36

Field Value

StructureTagType

BlockQuote

A portion of text consisting of one or more paragraphs attributed to someone other than the author of the surrounding text.

Declaration

cs-api-definition
BlockQuote = 6

Field Value

StructureTagType

Caption

A brief portion of text describing a table or figure.

Declaration

cs-api-definition
Caption = 7

Field Value

StructureTagType

Code

Represents a code element.

Declaration

cs-api-definition
Code = 37

Field Value

StructureTagType

Division

A generic block-level element or group of elements.

Declaration

cs-api-definition
Division = 5

Field Value

StructureTagType

Document

A complete document. This is the root element of any structure tree containing multiple parts or multiple articles.

Declaration

cs-api-definition
Document = 1

Field Value

StructureTagType

Figure

Represents a figure element.

Declaration

cs-api-definition
Figure = 47

Field Value

StructureTagType

Form

Represents a form element.

Declaration

cs-api-definition
Form = 49

Field Value

StructureTagType

Formula

Represents a formula element.

Declaration

cs-api-definition
Formula = 48

Field Value

StructureTagType

Heading

Represents a heading element.

Declaration

cs-api-definition
Heading = 14

Field Value

StructureTagType

HeadingLevel1

Represents a level 1 heading.

Declaration

cs-api-definition
HeadingLevel1 = 15

Field Value

StructureTagType

HeadingLevel2

Represents a level 2 heading.

Declaration

cs-api-definition
HeadingLevel2 = 16

Field Value

StructureTagType

HeadingLevel3

Represents a level 3 heading.

Declaration

cs-api-definition
HeadingLevel3 = 17

Field Value

StructureTagType

HeadingLevel4

Represents a level 4 heading.

Declaration

cs-api-definition
HeadingLevel4 = 18

Field Value

StructureTagType

HeadingLevel5

Represents a level 5 heading.

Declaration

cs-api-definition
HeadingLevel5 = 19

Field Value

StructureTagType

HeadingLevel6

Represents a level 6 heading.

Declaration

cs-api-definition
HeadingLevel6 = 20

Field Value

StructureTagType

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.

Declaration

cs-api-definition
Index = 10

Field Value

StructureTagType

Represents a link element.

Declaration

cs-api-definition
Link = 38

Field Value

StructureTagType

List

Represents a list element.

Declaration

cs-api-definition
List = 21

Field Value

StructureTagType

ListBody

Represents a list body element.

Declaration

cs-api-definition
ListBody = 24

Field Value

StructureTagType

ListItem

Represents a list item element.

Declaration

cs-api-definition
ListItem = 22

Field Value

StructureTagType

ListLabel

Represents a list label element.

Declaration

cs-api-definition
ListLabel = 23

Field Value

StructureTagType

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.

Declaration

cs-api-definition
NonStruct = 11

Field Value

StructureTagType

None

No specific structure tag type.

Declaration

cs-api-definition
None = 0

Field Value

StructureTagType

Note

Represents a note element.

Declaration

cs-api-definition
Note = 34

Field Value

StructureTagType

Paragraph

Represents a paragraph element.

Declaration

cs-api-definition
Paragraph = 13

Field Value

StructureTagType

Part

A large-scale division of a document. This type of element is appropriate for grouping articles or sections.

Declaration

cs-api-definition
Part = 2

Field Value

StructureTagType

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.

Declaration

cs-api-definition
Private = 12

Field Value

StructureTagType

Quotation

Represents a quotation element.

Declaration

cs-api-definition
Quotation = 33

Field Value

StructureTagType

Reference

Represents a reference element.

Declaration

cs-api-definition
Reference = 35

Field Value

StructureTagType

Ruby

Represents a ruby element.

Declaration

cs-api-definition
Ruby = 40

Field Value

StructureTagType

RubyAnnotationText

Represents the annotation text of a ruby element.

Declaration

cs-api-definition
RubyAnnotationText = 42

Field Value

StructureTagType

RubyBaseText

Represents the base text of a ruby element.

Declaration

cs-api-definition
RubyBaseText = 41

Field Value

StructureTagType

RubyPunctuation

Represents the punctuation of a ruby element.

Declaration

cs-api-definition
RubyPunctuation = 43

Field Value

StructureTagType

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.

Declaration

cs-api-definition
Section = 4

Field Value

StructureTagType

Span

Represents a span element.

Declaration

cs-api-definition
Span = 32

Field Value

StructureTagType

Table

Represents a table element.

Declaration

cs-api-definition
Table = 25

Field Value

StructureTagType

TableBody

Represents a table body element.

Declaration

cs-api-definition
TableBody = 30

Field Value

StructureTagType

TableData

Represents a table data element.

Declaration

cs-api-definition
TableData = 28

Field Value

StructureTagType

TableFooter

Represents a table footer element.

Declaration

cs-api-definition
TableFooter = 31

Field Value

StructureTagType

TableHead

Represents a table head element.

Declaration

cs-api-definition
TableHead = 29

Field Value

StructureTagType

TableHeader

Represents a table header element.

Declaration

cs-api-definition
TableHeader = 27

Field Value

StructureTagType

TableOfContent

A list made up of table of contents item entries TableOfContentItem.

Declaration

cs-api-definition
TableOfContent = 8

Field Value

StructureTagType

TableOfContentItem

An individual member of a table of contents.

Declaration

cs-api-definition
TableOfContentItem = 9

Field Value

StructureTagType

TableRow

Represents a table row element.

Declaration

cs-api-definition
TableRow = 26

Field Value

StructureTagType

Warichu

Represents a warichu element.

Declaration

cs-api-definition
Warichu = 44

Field Value

StructureTagType

WarichuPunctuation

Represents the punctuation of a warichu element.

Declaration

cs-api-definition
WarichuPunctuation = 46

Field Value

StructureTagType

WarichuText

Represents the text of a warichu element.

Declaration

cs-api-definition
WarichuText = 45

Field Value

StructureTagType