Back to Devexpress

ExportFinalParagraphMark Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-plaintext.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum ExportFinalParagraphMark
vb
<ComVisible(True)>
Public Enum ExportFinalParagraphMark

Members

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

|

The following properties accept/return ExportFinalParagraphMark values:

LibraryRelated API Members
WPF ControlsDXRichEditPlainTextDocumentExporterOptions.ExportFinalParagraphMark
Office File APIPlainTextDocumentExporterOptions.ExportFinalParagraphMark

See Also

DevExpress.XtraRichEdit.Export.PlainText Namespace