| HtmlExportOptions Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc
 Syntax
Syntax
 
The HtmlExportOptions type exposes the following members.
 Constructors
Constructors
 
| Name | Description | |
|---|---|---|
|   | HtmlExportOptions | 
 Initializes a new instance of the HtmlExportOptions class.
 | 
|   | HtmlExportOptions(FileFormat) | 
 Initializes a new instance of the HtmlExportOptions class with the specified file format.
 | 
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | AllowEmbeddingPostScriptFonts | (Inherited from SaveOptions .) | 
|   | CssStyleSheetFileName | 
 Gets or sets the name of the HTML export CSS style sheet file.
 | 
|   | CssStyleSheetType | 
 Gets or sets the type of the HTML export CSS style sheet.
 | 
|   | EPubExportFont | 
 Gets or sets if font should be embedded in EPub
 | 
|   | HasHeadersFooters | 
 Gets or sets a value indicating whether HTML export headers footers.
 | 
|   | ImageEmbedded | 
 If false,indicates exporting the image as a single file; 
If true, embedding the image into the html code using Data URI scheme.
The default value is false.
Note: Internet Explorer 8 limits data URIs to a maximum length of 32KB.
 | 
|   | ImagesPath | 
 Gets or sets the HTML export images folder.
 | 
|   | IsExportDocumentStyles | 
 Gets or Sets a switch that determines whether to export the document styles to head.
 | 
|   | IsTextInputFormFieldAsText | 
 Gets or sets a value indicating whether HTML export text input form field as text.
 | 
|   | NeedInitializeTheme | (Inherited from SaveOptions .) | 
|   | UseHighQualityRendering | 
 Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms.
(Inherited from
 SaveOptions
.) | 
|   | UseMsoSpace | Obsolete. 
 Gets or sets a switch that determines whether to use mso rules' space..
 | 
|   | UseSaveFileRelativePath | 
 Gets or sets a value whether Image Path is relative to the file save path.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also