Back to Devexpress

ExportRootTag Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-html-35fa0786.md

latest1.7 KB
Original Source

ExportRootTag Enum

Lists root HTML tags available for export.

Namespace : DevExpress.XtraRichEdit.Export.Html

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Members

NameDescription
Html

Specifies the <HTML> tag as the root tag for export.

| | Body |

Specifies the <BODY> tag as the root tag for export.

|

The following properties accept/return ExportRootTag values:

LibraryRelated API Members
WPF ControlsDXRichEditHtmlDocumentExporterOptions.ExportRootTag
DXRichEditMhtDocumentExporterOptions.ExportRootTag
Office File APIHtmlDocumentExporterOptions.ExportRootTag

Remarks

You can specify the HtmlDocumentExporterOptions.ExportRootTag property value, to export only content embedded in the root tag.

See Also

DevExpress.XtraRichEdit.Export.Html Namespace