Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / HtmlSaveOptions Class
Methods

In This Topic
    HtmlSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by HtmlSaveOptions.

    Public Constructors
     NameDescription
    Public ConstructorCreates options for saving html file.  
    Top
    Public Methods
     NameDescription
    Public MethodGets whether adding tooltip text when the data can't be fully displayed. The default value is false.  
    Public MethodGets the Url prefix of attached files such as image in the html file.  
    Public MethodGets the prefix of the css name, the default value is null.  
    Public MethodGets the way in which the stylesheet (CSS) is exported.  
    Public MethodGets encoding. If not set, use utf-8 as default value.  
    Public MethodGets which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null.  
    Public MethodGets whether export the worksheet style to css separately. The default value is true.  
    Public MethodGets whether exporting document properties. The default value is true.  
    Public MethodGets the name of the html file. Only for saving to zip stream, and the default value is "workbook".  
    Public MethodGets whether exporting the gridlines. The default value is false.  
    Public MethodGets whether exporting headings when saving file to html. The default value is false.  
    Public MethodGets whether exporting headings when saving file to html. The default value is false.  
    Public MethodGets whether images are saved in Base64 format to html. The default value is false.  
    Public MethodGets which worksheet would be exported to html. This is used for exporting specific worksheet of workbook.  
    Public MethodGets whether exporting the single tab when the file only has one worksheet or ExportSheetName is set. The default value is false.  
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase)
    Public MethodGets if exporting comments when saving file to html. The default value is false.  
    Public MethodGets whether using full path link in html. Only for exporting to html file. The default value is false.  
    Public MethodGets whether using scalable unit to describe the column width when exporting file to html. The default value is false.  
    Public MethodGets the type of target attribute in @literal: link.The default value is HyperLinkTargetType.Blank.  
    Public MethodGets the title of the html page.  
    Public MethodGets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is null.  
    Public MethodSets whether adding tooltip text when the data can't be fully displayed.  
    Public MethodSets the Url prefix of attached files such as image in the html file.  
    Public MethodSets the prefix of the css name.  
    Public MethodSets the way in which the stylesheet (CSS) is exported.  
    Public MethodSets encoding. If not set, use utf-8 as default value.  
    Public MethodSets which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null.  
    Public MethodSets whether export the worksheet style to css separately. When this property is set to false. Css style data is exported directly to each worksheet and separate stylesheet.css file are not created.  
    Public MethodSets whether exporting document properties.  
    Public MethodSets the name of the html file. Only for saving to zip stream.  
    Public MethodSets whether exporting the gridlines.  
    Public MethodSets whether exporting headings when saving file to html.  
    Public MethodSets whether exporting headings when saving file to html.  
    Public MethodSets whether images are saved in Base64 format to html. When this property is set to true image data is exported directly on the img elements and separate files are not created.  
    Public MethodSets which worksheet would be exported to html. This is used for exporting specific worksheet of workbook.  
    Public MethodSets whether exporting the single tab when the file only has one worksheet or ExportSheetName is set.  
    Public MethodSets if exporting comments when saving file to html.  
    Public MethodSets whether using full path link in html. Only for exporting to html file.  
    Public MethodSets whether using scalable unit to describe the column width when exporting file to html.  
    Public MethodSets the type of target attribute in @literal: link.  
    Public MethodSets the title of the html page.  
    Public MethodSets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute.  
    Top
    See Also