Click or drag to resize

HTMLOptions Class

Represents options for HTML rendering.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet HTMLOptions

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class HTMLOptions

The HTMLOptions type exposes the following members.

Constructors
Name Description
Public method HTMLOptions
Initializes a new instance of the HTMLOptions class.
Top
Properties
Name Description
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 ImageLocationType
Gets or sets the Image Location type. GlobalAbsolute or Relative to Table
Public property ImagePath
Gets or sets the image path.
Public property IsFixedTableColWidth
Gets or sets whether the width of td is fixed : If true, the width of td is fixed, same as width of column in excel view. If false, the width of td is not fixed. Default is false.
Public property IsSaveBlankCell
Gets or sets whether save blank cell to html.
Public property IsStandAloneHtmlFile
Gets or sets a value indicating whether the file is a standalone HTML file.
Public property StyleDefine
where is the style defined; default : head
Public property TextMode
Gets or sets the input text mode
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
Fields
Name Description
Public field Static member Default
Provides a default instance of the HTMLOptions class.
Top
See Also