Back to Devexpress

ExportFinalParagraphMark Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-rtf-88e24e52.md

latest1.7 KB
Original Source

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

|

The following properties accept/return ExportFinalParagraphMark values:

LibraryRelated API Members
WPF ControlsDXRichEditRtfDocumentExporterOptions.ExportFinalParagraphMark
Office File APIRtfDocumentExporterOptions.ExportFinalParagraphMark

See Also

DevExpress.XtraRichEdit.Export.Rtf Namespace