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

DXRichEditRtfDocumentExporterOptions.ListExportFormat Property

Gets or sets how the lists are represented in the exported RTF document. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public RtfNumberingListExportFormat ListExportFormat { get; set; }

Property Value

Type Description
RtfNumberingListExportFormat

A RtfNumberingListExportFormat enumeration member specifying how the lists are exported.

Property Paths

You can access this nested property as listed below:

Object Type Path to ListExportFormat
DXRichEditDocumentExportOptions
.RtfOptions .ListExportFormat

Remarks

Number format data can be stored individually for each paragraph, or in a style sheet within the document. In the latter case, each paragraph contains a link to the entry in the list numbering definition table.

The ListExportFormat property allows you to choose how the list numbering information is saved - the RtfNumberingListExportFormat.PlainTextFormat option stores numbering information for each paragraph (so the formatting is applied to the paragraph itself, and there are no list styles), while the RtfNumberingListExportFormat.RtfFormat indicates the use of a list style table.

See Also