Back to Devexpress

RtfNumberingListExportFormat Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-rtf.md

latest1.6 KB
Original Source

RtfNumberingListExportFormat Enum

Enumerates list representations in the resulting RTF file.

Namespace : DevExpress.XtraRichEdit.Export.Rtf

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum RtfNumberingListExportFormat
vb
<ComVisible(True)>
Public Enum RtfNumberingListExportFormat

Members

NameDescription
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.

|

The following properties accept/return RtfNumberingListExportFormat values:

LibraryRelated API Members
WPF ControlsDXRichEditRtfDocumentExporterOptions.ListExportFormat
Office File APIRtfDocumentExporterOptions.ListExportFormat

See Also

DevExpress.XtraRichEdit.Export.Rtf Namespace