Back to Devexpress

SubDocumentType Enum

aspnet-js-subdocumenttype.md

latest498 B
Original Source

SubDocumentType Enum

Lists values specifying the sub-document type.

Declaration

ts
declare enum SubDocumentType {
    Main = 0,
    Header = 1,
    Footer = 2,
    TextBox = 3
}

Members

NameDescription
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 SubDocument.type property.