SubDocumentType Enum
Lists subdocument types.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Main
|
The main document body. |
Header
|
A header. |
Footer
|
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