HTMLOptions Properties |
The HTMLOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
ImageLocationType |
Gets or sets the Image Location type.
GlobalAbsolute or Relative to Table
|
![]() |
ImagePath |
Gets or sets the image path.
|
![]() |
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.
|
![]() |
IsSaveBlankCell |
Gets or sets whether save blank cell to html.
|
![]() |
IsStandAloneHtmlFile |
Gets or sets a value indicating whether the file is a standalone HTML file.
|
![]() |
StyleDefine |
where is the style defined; default : head
|
![]() |
TextMode |
Gets or sets the input text mode
|