Aspose::Cells::ImageSaveOptions class
Contents
[
Hide
]ImageSaveOptions class
Represents image save options. For advanced usage, please use WorkbookRender or SheetRender.
class ImageSaveOptions : public Aspose::Cells::SaveOptions
Methods
Method | Description |
---|---|
GetCachedFileFolder() | The cached file folder is used to store some large data. |
GetClearData() | Make the workbook empty after saving the file. |
GetCreateDirectory() | If true and the directory does not exist, the directory will be automatically created before saving the file. |
GetEncryptDocumentProperties() | Indicates whether encrypt document properties when saving as .xls file. The default value is true. |
GetImageOrPrintOptions() | Additional image creation options. |
GetMergeAreas() | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
GetRefreshChartCache() | Indicates whether refreshing chart cache data. |
GetSaveFormat() | Gets the save file format. |
GetSortExternalNames() | Indicates whether sorting external defined names before saving file. |
GetSortNames() | Indicates whether sorting defined names before saving file. |
GetUpdateSmartArt() | Indicates whether updating smart art setting. The default value is false. |
GetValidateMergedAreas() | Indicates whether validate merged cells before saving the file. |
GetWarningCallback() | Gets or sets warning callback. |
ImageSaveOptions() | Creates the options for saving image file. |
explicit ImageSaveOptions(SaveFormat saveFormat) | Creates the options for saving image file. |
ImageSaveOptions(ImageSaveOptions_Impl* impl) | Constructs from an implementation object. |
ImageSaveOptions(const ImageSaveOptions& src) | Copy constructor. |
ImageSaveOptions(const SaveOptions& src) | Constructs from a parent object. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ImageSaveOptions& src) | operator= |
operator=(const SaveOptions& src) | operator= |
SaveOptions(SaveOptions_Impl* impl) | Constructs from an implementation object. |
SaveOptions(const SaveOptions& src) | Copy constructor. |
SetCachedFileFolder(const U16String& value) | The cached file folder is used to store some large data. |
SetCachedFileFolder(const char16_t* value) | The cached file folder is used to store some large data. |
SetClearData(bool value) | Make the workbook empty after saving the file. |
SetCreateDirectory(bool value) | If true and the directory does not exist, the directory will be automatically created before saving the file. |
SetEncryptDocumentProperties(bool value) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. |
SetMergeAreas(bool value) | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
SetRefreshChartCache(bool value) | Indicates whether refreshing chart cache data. |
SetSortExternalNames(bool value) | Indicates whether sorting external defined names before saving file. |
SetSortNames(bool value) | Indicates whether sorting defined names before saving file. |
SetUpdateSmartArt(bool value) | Indicates whether updating smart art setting. The default value is false. |
SetValidateMergedAreas(bool value) | Indicates whether validate merged cells before saving the file. |
SetWarningCallback(IWarningCallback* value) | Gets or sets warning callback. |
~ImageSaveOptions() | Destructor. |
~SaveOptions() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class SaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++