Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SubDocumentType Enum

Lists values that specify the sub-document type.

#Declaration

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

#Members

Name Description
EndNote

An endnote.

FootNote

A footnote.

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