Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExportFinalParagraphMark Enum

Lists criteria used to decide whether to add a final paragraph mark to exported content.

Namespace: DevExpress.XtraRichEdit.Export.PlainText

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[ComVisible(true)]
public enum ExportFinalParagraphMark

#Members

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.

#Related API Members

The following properties accept/return ExportFinalParagraphMark values:

Library Related API Members
WPF Controls DXRichEditPlainTextDocumentExporterOptions.ExportFinalParagraphMark
Office File API PlainTextDocumentExporterOptions.ExportFinalParagraphMark

See Also