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

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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
ExportFinalParagraphMark **Never**

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:

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