Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Namespace: DevExpress.XtraRichEdit.Export

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(ExportFinalParagraphMark.Never)]
public ExportFinalParagraphMark ExportFinalParagraphMark { get; set; }

Property Value

Type Default Description
ExportFinalParagraphMark **Never**

One of the ExportFinalParagraphMark enumeration members specifying when to export final paragraph mark.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportFinalParagraphMark
WinForms Controls RichTextEditDocumentExportOptions
.PlainText .ExportFinalParagraphMark
Office File API RichEditDocumentExportOptions
.PlainText .ExportFinalParagraphMark

Remarks

See Also