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.v19.1.Core.dll

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

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2773.

See Also