HtmlDocumentExporterOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Html |
Initializes a new instance of the Html |
#Properties
Name | Description |
---|---|
Css |
Gets or sets how the style sheets properties are exported. |
Default |
Specifies whether or not the Document. |
Embed |
Specifies whether images are embedded in an HTML document. |
Encoding | Gets or sets the character encoding used in an exported document. |
End |
Gets or sets the string used to construct the name of the endnote reference in an exported document. |
End |
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. |
Exported |
Gets or sets the document properties being exported.
Inherited from Document |
Export |
Gets or sets how the current image size is preserved in the resulting HTML output. |
Export |
Gets or sets whether to disable writing font settings into *<li>* tags when exporting a document to the HTML format. |
Export |
Gets or sets the root tag of the HTML document to start the export. |
Font |
Gets or sets the measurement unit to specify font size when exporting to HTML. |
Foot |
Gets or sets the string used to construct the name of the footnote reference in an exported document. |
Foot |
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 exported document. |
Html |
Gets or sets how the lists are represented in the resulting document. |
Ignore |
Gets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to HTML. |
Ignore |
Gets or sets whether paragraphs with different Paragraph. |
Keep |
Fixes incorrect export of images in metafile formats. |
Keep |
Gets or sets whether the Paragraph. |
Override |
Gets or sets the graphics resolution used to save images when a document is exported in HTML format. |
Tab |
Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. |
Target |
Gets or sets the URI of the document being exported.
Inherited from Document |
Underline |
Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format. |
Uri |
Specifies how the links to external content are saved in the exported document. |
Use |
Gets or sets whether missing fonts are substituted. |
Use |
Gets or sets whether the exported HTML conforms with HTML5 specification. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Copy |
Copies the appropriate properties of the specified object into the current instance of the Html |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the options are modified.
Inherited from Rich |
See Also