Click or drag to resize

HtmlExportOptions Class

Represents options for exporting documents to HTML format.
Inheritance Hierarchy
System Object
Spire.Doc SaveOptions
Spire.Doc HtmlExportOptions

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class HtmlExportOptions : SaveOptions

The HtmlExportOptions type exposes the following members.

Constructors
Name Description
Public method HtmlExportOptions
Initializes a new instance of the HtmlExportOptions class.
Public method HtmlExportOptions(FileFormat)
Initializes a new instance of the HtmlExportOptions class with the specified file format.
Top
Properties
Name Description
Public property AllowEmbeddingPostScriptFonts (Inherited from SaveOptions .)
Public property CssStyleSheetFileName
Gets or sets the name of the HTML export CSS style sheet file.
Public property CssStyleSheetType
Gets or sets the type of the HTML export CSS style sheet.
Public property EPubExportFont
Gets or sets if font should be embedded in EPub
Public property HasHeadersFooters
Gets or sets a value indicating whether HTML export headers footers.
Public property 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.
Public property ImagesPath
Gets or sets the HTML export images folder.
Public property IsExportDocumentStyles
Gets or Sets a switch that determines whether to export the document styles to head.
Public property IsTextInputFormFieldAsText
Gets or sets a value indicating whether HTML export text input form field as text.
Public property NeedInitializeTheme (Inherited from SaveOptions .)
Public property UseHighQualityRendering
Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms.
(Inherited from SaveOptions .)
Public property UseMsoSpace Obsolete.
Gets or sets a switch that determines whether to use mso rules' space..
Public property UseSaveFileRelativePath
Gets or sets a value whether Image Path is relative to the file save path.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also