Skip to main content
A newer version of this page is available. .

SubDocumentType Enum

Lists subdocument types.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public enum SubDocumentType

Members

Name Description
Main

The main document body.

Header

A header.

A footer.

FootNote

A footnote.

EndNote

An endnote.

TextBox

A text box.

Comment

A comment.

Remarks

The SubDocument.GetSubDocumentType method returns values listed by the SubDocumentType enumeration.

See Also