RtfNumberingListExportFormat Enum
Enumerates list representations in the resulting RTF file.
Namespace: DevExpress.XtraRichEdit.Export.Rtf
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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