Back to Devexpress

SubDocumentType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-a18308df.md

latest1.2 KB
Original Source

SubDocumentType Enum

Lists subdocument types.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum SubDocumentType
vb
Public Enum SubDocumentType

Members

NameDescription
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

DevExpress.XtraRichEdit.API.Native Namespace