Skip to main content

DXRichEditPlainTextDocumentExporterOptions.ExportFinalParagraphMark Property

Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public ExportFinalParagraphMark ExportFinalParagraphMark { get; set; }

Property Value

Type Description
ExportFinalParagraphMark

True, to export final paragraph mark as a new line symbol; otherwise, false.

Available values:

Name Description
Always

Always adds the ‘\par’ tag to the end of exported plain content.

Never

Never adds the ‘\par’ tag to the end of exported plain content.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportFinalParagraphMark
DXRichEditDocumentExportOptions
.PlainTextOptions .ExportFinalParagraphMark
See Also