|
virtual bool | IsTemplate ()=0 |
| Indicates whether saving a template file. More...
|
|
virtual void | SetTemplate (bool value)=0 |
| Indicates whether saving a template file. More...
|
|
virtual bool | GetMatchColor ()=0 |
| Indicates whether matching font color because there are 56 colors in the standard color palette. More...
|
|
virtual void | SetMatchColor (bool value)=0 |
| Indicates whether matching font color because there are 56 colors in the standard color palette. 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...
|
|
Represents the save options for the Excel 97-2003 file format: xls and xlt.