Skip to main content

DXRichEditHtmlDocumentExporterOptions Members

Provides options for exporting the document in HTML format.

Constructors

Name Description
DXRichEditHtmlDocumentExporterOptions() Initializes a new instance of the DXRichEditHtmlDocumentExporterOptions class with the default settings.

Fields

Name Description
CssPropertiesExportTypeProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.CssPropertiesExportType dependency property.
DefaultCharacterPropertiesExportToCssProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.DefaultCharacterPropertiesExportToCss dependency property.
EmbedImagesProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.EmbedImages dependency property.
EncodingProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.Encoding dependency property.
EndNoteNamePrefixProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.EndNoteNamePrefix dependency property.
EndNoteNumberStringFormatProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.EndNoteNumberStringFormat dependency property.
ExportedDocumentPropertiesProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.ExportedDocumentProperties dependency property.
ExportImageSizeProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.ExportImageSize dependency property.
ExportListItemStyleProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.ExportListItemStyle dependency property.
ExportRootTagProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.ExportRootTag dependency property.
FontUnitProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.FontUnit dependency property.
FootNoteNamePrefixProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.FootNoteNamePrefix dependency property.
FootNoteNumberStringFormatProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.FootNoteNumberStringFormat dependency property.
HtmlNumberingListExportFormatProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.HtmlNumberingListExportFormat dependency property.
IgnoreHangingIndentOnNumberingListProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.IgnoreHangingIndentOnNumberingList dependency property.
IgnoreParagraphOutlineLevelProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.IgnoreParagraphOutlineLevel dependency property.
KeepExternalImageSizeProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.KeepExternalImageSize dependency property.
KeepLineSpacingProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.KeepLineSpacing dependency property.
OverrideImageResolutionProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.OverrideImageResolution dependency property.
TabMarkerProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.TabMarker dependency property.
TargetUriProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.TargetUri dependency property.
UnderlineTocHyperlinksProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.UnderlineTocHyperlinks dependency property.
UriExportTypeProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.UriExportType dependency property.
UseFontSubstitutionProperty static Identifies the DXRichEditHtmlDocumentExporterOptions.UseFontSubstitution dependency property.
UseHtml5Property static Identifies the DXRichEditHtmlDocumentExporterOptions.UseHtml5 dependency property.

Properties

Name Description
CssPropertiesExportType Gets or sets how the style sheet properties are exported. This is a dependency property.
DefaultCharacterPropertiesExportToCss Specifies whether the Document.DefaultCharacterProperties formatting is exported in an HTML style sheet. This is a dependency property.
EmbedImages Gets or sets whether the images are embedded in an HTML document. This is a dependency property.
Encoding Gets or sets the character encoding used in an exported document. This is a dependency property.
EndNoteNamePrefix Gets or sets the string used to construct the name or the endnote reference in an exported document. This is a dependency property.
EndNoteNumberStringFormat Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document. This is a dependency property.
ExportedDocumentProperties Gets or sets the document properties being exported. This is a dependency property.
ExportImageSize Gets or sets how the current image size is preserved in the resulting HTML output. This is a dependency property.
ExportListItemStyle Gets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the HTML format.
ExportRootTag Gets or sets the root tag of the HTML document to start the export. This is a dependency property.
FontUnit Gets or sets the measurement unit to set the font size when exporting to HTML. This is a dependency property.
FootNoteNamePrefix Gets or sets the string used to construct the name of the footnote reference in an exported document. This is a dependency property.
FootNoteNumberStringFormat Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in an exported document. This is a dependency property.
HtmlNumberingListExportFormat Gets or sets how lists are represented in the resulting document. This is a dependency property.
IgnoreHangingIndentOnNumberingList Gets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to HTML as plain text.
IgnoreParagraphOutlineLevel Gets or sets whether paragraphs with different Paragraph.OutlineLevel values are exported as text enclosed in the <P> tag. This is a dependency property.
KeepExternalImageSize Gets or sets whether to fix incorrect export of images in metafile formats. This is a dependency property.
KeepLineSpacing Gets or sets whether the Paragraph.LineSpacing setting is exported in HTML. This is a dependency property.
OverrideImageResolution Gets or sets the graphics resolution used to save images when a document is exported in HTML format. This is a dependency property.
TabMarker Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. This is a dependency property.
TargetUri Gets or sets the URI of the document being exported. This is a dependency property.
UnderlineTocHyperlinks Gets or sets whether the Table of Contents entries are underlined in a document exported to HTML format. This is a dependency property.
UriExportType Gets or sets how the links to external content are saved in the exported document. This is a dependency property.
UseFontSubstitution Gets or sets whether missing fonts are substituted. This is a dependency property.
UseHtml5 Gets or sets whether the exported HTML document conforms to the HTML5 specification. This is a dependency property.
See Also