Class HTMLOptions
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class HTMLOptions
- Inheritance
-
HTMLOptions
- Inherited Members
Constructors
HTMLOptions()
public HTMLOptions()
Fields
Default
public static HTMLOptions Default
Field Value
Properties
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 bool ImageEmbedded { get; set; }
Property Value
- bool
The value of the HTML export image style sheet.
ImageLocationType
Gets or sets the Image Location type. GlobalAbsolute or Relative to Table
public HTMLOptions.ImageLocationTypes ImageLocationType { get; set; }
Property Value
ImagePath
public string ImagePath { get; set; }
Property Value
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 bool IsFixedTableColWidth { get; set; }
Property Value
IsSaveBlankCell
public bool IsSaveBlankCell { get; set; }
Property Value
IsStandAloneHtmlFile
public bool IsStandAloneHtmlFile { set; }
Property Value
StyleDefine
where is the style defined; default : head
public HTMLOptions.StyleDefineType StyleDefine { get; set; }
Property Value
TextMode
public HTMLOptions.GetText TextMode { get; set; }