Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RtfNumberingListExportFormat Enum

Enumerates list representations in the resulting RTF file.

Namespace: DevExpress.XtraRichEdit.Export.Rtf

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[ComVisible(true)]
public enum RtfNumberingListExportFormat

#Members

Name Description
PlainTextFormat

Lists are saved as plain text only, no specific RTF autonumber instructions are included.

RtfFormat

Lists are saved as text with autonumber instructions, as the RTF standard defines.

#Related API Members

The following properties accept/return RtfNumberingListExportFormat values:

Library Related API Members
WPF Controls DXRichEditRtfDocumentExporterOptions.ListExportFormat
Office File API RtfDocumentExporterOptions.ListExportFormat

See Also