Skip to main content

SubDocumentType Enum

Lists subdocument types.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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