Back to Devexpress

DXRichEditHtmlDocumentExporterOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-dot-underscore-properties.md

latest8.3 KB
Original Source

DXRichEditHtmlDocumentExporterOptions Properties

Provides options for exporting the document in HTML format.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CssPropertiesExportTypeGets or sets how the style sheet properties are exported. This is a dependency property.
DefaultCharacterPropertiesExportToCssSpecifies whether the Document.DefaultCharacterProperties formatting is exported in an HTML style sheet. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EmbedImagesGets or sets whether the images are embedded in an HTML document. This is a dependency property.
EncodingGets or sets the character encoding used in an exported document. This is a dependency property.
EndNoteNamePrefixGets or sets the string used to construct the name or the endnote reference in an exported document. This is a dependency property.
EndNoteNumberStringFormatGets 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.
ExportedDocumentPropertiesGets or sets the document properties being exported. This is a dependency property.
ExportImageSizeGets or sets how the current image size is preserved in the resulting HTML output. This is a dependency property.
ExportListItemStyleGets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the HTML format.
ExportRootTagGets or sets the root tag of the HTML document to start the export. This is a dependency property.
FontUnitGets or sets the measurement unit to set the font size when exporting to HTML. This is a dependency property.
FootNoteNamePrefixGets or sets the string used to construct the name of the footnote reference in an exported document. This is a dependency property.
FootNoteNumberStringFormatGets 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.
HtmlNumberingListExportFormatGets or sets how lists are represented in the resulting document. This is a dependency property.
IgnoreHangingIndentOnNumberingListGets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to HTML as plain text.
IgnoreParagraphOutlineLevelGets or sets whether paragraphs with different Paragraph.OutlineLevel values are exported as text enclosed in the <P> tag. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
KeepExternalImageSizeGets or sets whether to fix incorrect export of images in metafile formats. This is a dependency property.
KeepLineSpacingGets or sets whether the Paragraph.LineSpacing setting is exported in HTML. This is a dependency property.
OverrideImageResolutionGets or sets the graphics resolution used to save images when a document is exported in HTML format. This is a dependency property.
TabMarkerGets 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.
TargetUriGets or sets the URI of the document being exported. This is a dependency property.
UnderlineTocHyperlinksGets or sets whether the Table of Contents entries are underlined in a document exported to HTML format. This is a dependency property.
UriExportTypeGets or sets how the links to external content are saved in the exported document. This is a dependency property.
UseFontSubstitutionGets or sets whether missing fonts are substituted. This is a dependency property.
UseHtml5Gets or sets whether the exported HTML document conforms to the HTML5 specification. This is a dependency property.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace