Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SubDocumentType Enum

Lists subdocument types.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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