Skip to main content

ExportFinalParagraphMark Enum

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

Namespace: DevExpress.XtraRichEdit.Export.Rtf

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

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

Declaration

[ComVisible(true)]
public enum ExportFinalParagraphMark

Members

Name Description
Always

Always adds the ‘\par’ tag to the end of exported RTF content.

Never

Never adds the ‘\par’ tag to the end of exported RTF content.

SelectedOnly

Adds the ‘\par’ tag to the end of exported RTF content if the last character in the selection being exported is the carriage return.

Related API Members

The following properties accept/return ExportFinalParagraphMark values:

Library Related API Members
WPF Controls DXRichEditRtfDocumentExporterOptions.ExportFinalParagraphMark
Office File API RtfDocumentExporterOptions.ExportFinalParagraphMark

See Also