Skip to main content

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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.

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
RichEditDocumentExportOptions
.PlainText .ExportFinalParagraphMark
See Also