Back to Devexpress

SubDocumentType Enum

aspnetcore-js-devexpress-dot-richedit-e7f6b53d.md

latest738 B
Original Source

SubDocumentType Enum

Lists values that specify the sub-document type.

Declaration

ts
export enum SubDocumentType {
    Main = 0,
    Header = 1,
    Footer = 2,
    TextBox = 3,
    FootNote = 4,
    EndNote = 5
}

Members

NameDescription
EndNote

An endnote.

| | FootNote |

A footnote.

| | Footer |

A footer.

| | Header |

A header.

| | Main |

The main document body.

| | TextBox |

A text box.

|

Remarks

Values listed by this enumeration are used to set the type property.

See Also

Document Model