|
virtual bool | GetIgnoreInvisibleShapes ()=0 |
| Indicate whether exporting those not visible shapes More...
|
|
virtual void | SetIgnoreInvisibleShapes (bool value)=0 |
| Indicate whether exporting those not visible shapes More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetPageTitle ()=0 |
| The title of the html page. Only for saving to html stream. More...
|
|
virtual void | SetPageTitle (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The title of the html page. Only for saving to html stream. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAttachedFilesDirectory ()=0 |
| The directory that the attached files will be saved to. Only for saving to html stream. More...
|
|
virtual void | SetAttachedFilesDirectory (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The directory that the attached files will be saved to. Only for saving to html stream. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAttachedFilesUrlPrefix ()=0 |
| Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. More...
|
|
virtual void | SetAttachedFilesUrlPrefix (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDefaultFontName ()=0 |
| Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null. More...
|
|
virtual void | SetDefaultFontName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null. More...
|
|
virtual bool | GetWorksheetScalable ()=0 |
| Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. More...
|
|
virtual void | SetWorksheetScalable (bool value)=0 |
| Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. More...
|
|
virtual bool | IsExportComments ()=0 |
| Indicates if exporting comments when saving file to html, the default value is false. More...
|
|
virtual void | SetExportComments (bool value)=0 |
| Indicates if exporting comments when saving file to html, the default value is false. More...
|
|
virtual Aspose::Cells::PrintCommentsType | GetExportCommentsType ()=0 |
| Represents type of exporting comments to html files. More...
|
|
virtual void | SetExportCommentsType (Aspose::Cells::PrintCommentsType value)=0 |
| Represents type of exporting comments to html files. More...
|
|
virtual bool | GetDisableDownlevelRevealedComments ()=0 |
| Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. More...
|
|
virtual void | SetDisableDownlevelRevealedComments (bool value)=0 |
| Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. More...
|
|
virtual bool | IsExpImageToTempDir ()=0 |
| Indicates whether exporting image files to temp directory. Only for saving to html stream. More...
|
|
virtual void | SetExpImageToTempDir (bool value)=0 |
| Indicates whether exporting image files to temp directory. Only for saving to html stream. More...
|
|
virtual bool | GetImageScalable ()=0 |
| Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. More...
|
|
virtual void | SetImageScalable (bool value)=0 |
| Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. More...
|
|
virtual bool | GetWidthScalable ()=0 |
| Indicates whether using scalable unit to describe the column width when exporting file to html. The default value is false. More...
|
|
virtual void | SetWidthScalable (bool value)=0 |
| Indicates whether using scalable unit to describe the column width when exporting file to html. The default value is false. More...
|
|
virtual bool | GetExportSingleTab ()=0 |
| Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. More...
|
|
virtual void | SetExportSingleTab (bool value)=0 |
| Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. More...
|
|
virtual bool | GetExportImagesAsBase64 ()=0 |
| Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. More...
|
|
virtual void | SetExportImagesAsBase64 (bool value)=0 |
| Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. More...
|
|
virtual bool | GetExportActiveWorksheetOnly ()=0 |
| Indicates if exporting the whole workbook to html file. More...
|
|
virtual void | SetExportActiveWorksheetOnly (bool value)=0 |
| Indicates if exporting the whole workbook to html file. More...
|
|
virtual bool | GetExportPrintAreaOnly ()=0 |
| Indicates if only exporting the print area to html file. The default value is false. More...
|
|
virtual void | SetExportPrintAreaOnly (bool value)=0 |
| Indicates if only exporting the print area to html file. The default value is false. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetExportICellArea ()=0 |
| Gets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omitted. Only the specified area will be exported when saving the file to html. More...
|
|
virtual void | SetExportICellArea (intrusive_ptr< Aspose::Cells::ICellArea > value)=0 |
| Sets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omitted. Only the specified area will be exported when saving the file to html. More...
|
|
virtual bool | GetParseHtmlTagInCell ()=0 |
| Parse html tag in cell,like ,as cell value,or as html tag,default is true More...
|
|
virtual void | SetParseHtmlTagInCell (bool value)=0 |
| Parse html tag in cell,like ,as cell value,or as html tag,default is true More...
|
|
virtual Aspose::Cells::HtmlCrossType | GetHtmlCrossStringType ()=0 |
| Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. More...
|
|
virtual void | SetHtmlCrossStringType (Aspose::Cells::HtmlCrossType value)=0 |
| Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. More...
|
|
virtual Aspose::Cells::HtmlHiddenColDisplayType | GetHiddenColDisplayType ()=0 |
| Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden" More...
|
|
virtual void | SetHiddenColDisplayType (Aspose::Cells::HtmlHiddenColDisplayType value)=0 |
| Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden" More...
|
|
virtual Aspose::Cells::HtmlHiddenRowDisplayType | GetHiddenRowDisplayType ()=0 |
| Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden" More...
|
|
virtual void | SetHiddenRowDisplayType (Aspose::Cells::HtmlHiddenRowDisplayType value)=0 |
| Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden" More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Text::Encoding > | GetEncoding ()=0 |
| If not set,use Encoding.UTF8 as default enconding type. More...
|
|
virtual void | SetEncoding (intrusive_ptr< Aspose::Cells::Systems::Text::Encoding > value)=0 |
| If not set,use Encoding.UTF8 as default enconding type. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Rendering::IImageOrPrintOptions > | GetIImageOptions ()=0 |
| Get the ImageOrPrintOptions object before exporting More...
|
|
virtual bool | GetSaveAsSingleFile ()=0 |
| Indicates whether save the html as single file. The default value is false. More...
|
|
virtual void | SetSaveAsSingleFile (bool value)=0 |
| Indicates whether save the html as single file. The default value is false. More...
|
|
virtual bool | GetShowAllSheets ()=0 |
| Indicates whether showing all sheets when saving as a single html file. More...
|
|
virtual void | SetShowAllSheets (bool value)=0 |
| Indicates whether showing all sheets when saving as a single html file. More...
|
|
virtual bool | GetExportPageHeaders ()=0 |
| Indicates whether exporting page headers. More...
|
|
virtual void | SetExportPageHeaders (bool value)=0 |
| Indicates whether exporting page headers. More...
|
|
virtual bool | GetExportPageFooters ()=0 |
| Indicates whether exporting page headers. More...
|
|
virtual void | SetExportPageFooters (bool value)=0 |
| Indicates whether exporting page headers. More...
|
|
virtual bool | GetExportHiddenWorksheet ()=0 |
| Indicating if exporting the hidden worksheet content.The default value is true. More...
|
|
virtual void | SetExportHiddenWorksheet (bool value)=0 |
| Indicating if exporting the hidden worksheet content.The default value is true. More...
|
|
virtual bool | GetPresentationPreference ()=0 |
| Indicating if html or mht file is presentation preference.The default value is false.if you want to get more beautiful presentation,please set the value to true. More...
|
|
virtual void | SetPresentationPreference (bool value)=0 |
| Indicating if html or mht file is presentation preference.The default value is false.if you want to get more beautiful presentation,please set the value to true. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetCellCssPrefix ()=0 |
| Gets and sets the prefix of the css name,the default value is "". More...
|
|
virtual void | SetCellCssPrefix (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets and sets the prefix of the css name,the default value is "". More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetTableCssId ()=0 |
| Gets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". More...
|
|
virtual void | SetTableCssId (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". More...
|
|
virtual bool | IsFullPathLink ()=0 |
| Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. More...
|
|
virtual void | SetFullPathLink (bool value)=0 |
| Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. More...
|
|
virtual bool | GetExportWorksheetCSSSeparately ()=0 |
| Indicating whether export the worksheet css separately.The default value is false. More...
|
|
virtual void | SetExportWorksheetCSSSeparately (bool value)=0 |
| Indicating whether export the worksheet css separately.The default value is false. More...
|
|
virtual bool | GetExportSimilarBorderStyle ()=0 |
| Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. More...
|
|
virtual void | SetExportSimilarBorderStyle (bool value)=0 |
| Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. More...
|
|
virtual bool | GetMergeEmptyTdForcely ()=0 |
| Indicates whether merging empty TD element forcely when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. More...
|
|
virtual void | SetMergeEmptyTdForcely (bool value)=0 |
| Indicates whether merging empty TD element forcely when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. More...
|
|
virtual bool | GetExportCellCoordinate ()=0 |
| Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. More...
|
|
virtual void | SetExportCellCoordinate (bool value)=0 |
| Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. More...
|
|
virtual bool | GetExportExtraHeadings ()=0 |
| Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. More...
|
|
virtual void | SetExportExtraHeadings (bool value)=0 |
| Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. More...
|
|
virtual bool | GetExportHeadings ()=0 |
| Indicates whether exporting headings when saving file to html.The default value is false. If you want to import the html file to excel, please keep the default value. More...
|
|
virtual void | SetExportHeadings (bool value)=0 |
| Indicates whether exporting headings when saving file to html.The default value is false. If you want to import the html file to excel, please keep the default value. More...
|
|
virtual bool | GetExportRowColumnHeadings ()=0 |
| Indicates whether exports sheet's row and column headings when saving to HTML files. More...
|
|
virtual void | SetExportRowColumnHeadings (bool value)=0 |
| Indicates whether exports sheet's row and column headings when saving to HTML files. More...
|
|
virtual bool | GetExportFormula ()=0 |
| Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. More...
|
|
virtual void | SetExportFormula (bool value)=0 |
| Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. More...
|
|
virtual bool | GetAddTooltipText ()=0 |
| Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. More...
|
|
virtual void | SetAddTooltipText (bool value)=0 |
| Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. More...
|
|
virtual bool | GetExportGridLines ()=0 |
| Indicating whether exporting the gridlines.The default value is false. More...
|
|
virtual void | SetExportGridLines (bool value)=0 |
| Indicating whether exporting the gridlines.The default value is false. More...
|
|
virtual bool | GetExportBogusRowData ()=0 |
| Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExportBogusRowData (bool value)=0 |
| Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual bool | GetExcludeUnusedStyles ()=0 |
| Indicating whether excluding unused styles.The default value is false.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExcludeUnusedStyles (bool value)=0 |
| Indicating whether excluding unused styles.The default value is false.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual bool | GetExportDocumentProperties ()=0 |
| Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExportDocumentProperties (bool value)=0 |
| Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual bool | GetExportWorksheetProperties ()=0 |
| Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExportWorksheetProperties (bool value)=0 |
| Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual bool | GetExportWorkbookProperties ()=0 |
| Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExportWorkbookProperties (bool value)=0 |
| Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual bool | GetExportFrameScriptsAndProperties ()=0 |
| Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual void | SetExportFrameScriptsAndProperties (bool value)=0 |
| Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. More...
|
|
virtual Aspose::Cells::HtmlExportDataOptions | GetExportDataOptions ()=0 |
| Indicating the rule of exporting html file data.The default value is All. More...
|
|
virtual void | SetExportDataOptions (Aspose::Cells::HtmlExportDataOptions value)=0 |
| Indicating the rule of exporting html file data.The default value is All. More...
|
|
virtual Aspose::Cells::HtmlLinkTargetType | GetLinkTargetType ()=0 |
| Indicating the type of target attribute in a link,The default value is HtmlLinkTargetType.Parent. More...
|
|
virtual void | SetLinkTargetType (Aspose::Cells::HtmlLinkTargetType value)=0 |
| Indicating the type of target attribute in a link,The default value is HtmlLinkTargetType.Parent. More...
|
|
virtual Aspose::Cells::SaveFormat | GetSaveFormat ()=0 |
| Gets the save file format. More...
|
|
virtual bool | GetClearData ()=0 |
| Make the workbook empty after saving the file. More...
|
|
virtual void | SetClearData (bool value)=0 |
| Make the workbook empty after saving the file. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetCachedFileFolder ()=0 |
| The cached file folder is used to store some large data. More...
|
|
virtual void | SetCachedFileFolder (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The cached file folder is used to store some large data. More...
|
|
virtual bool | GetValidateMergedAreas ()=0 |
| Indicates whether validate merged cells before saving the file. More...
|
|
virtual void | SetValidateMergedAreas (bool value)=0 |
| Indicates whether validate merged cells before saving the file. More...
|
|
virtual bool | GetMergeAreas ()=0 |
| Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
|
|
virtual void | SetMergeAreas (bool value)=0 |
| Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
|
|
virtual bool | GetCreateDirectory ()=0 |
| If true and the directory does not exist, the directory will be automatically created before saving the file. More...
|
|
virtual void | SetCreateDirectory (bool value)=0 |
| If true and the directory does not exist, the directory will be automatically created before saving the file. More...
|
|
virtual bool | GetSortNames ()=0 |
| Indicates whether sorting defined names before saving file. More...
|
|
virtual void | SetSortNames (bool value)=0 |
| Indicates whether sorting defined names before saving file. More...
|
|
virtual bool | GetSortExternalNames ()=0 |
| Indicates whether sorting external defined names before saving file. More...
|
|
virtual void | SetSortExternalNames (bool value)=0 |
| Indicates whether sorting external defined names before saving file. More...
|
|
virtual bool | GetRefreshChartCache ()=0 |
| Indicates whether refreshing chart cache data More...
|
|
virtual void | SetRefreshChartCache (bool value)=0 |
| Indicates whether refreshing chart cache data More...
|
|
virtual bool | GetUpdateSmartArt ()=0 |
| Indicates whether updating smart art setting. The default value is false. More...
|
|
virtual void | SetUpdateSmartArt (bool value)=0 |
| Indicates whether updating smart art setting. The default value is false. More...
|
|