Skip to main content
A newer version of this page is available. .

RtfNumberingListExportFormat Enum

Enumerates list representations in the resulting RTF file.

Namespace: DevExpress.XtraRichEdit.Export.Rtf

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

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