SaveOptions
SaveOptions
Overview
SaveOptions 是 C++ 的 FOSS 中的 Aspose.Cells 类.
指定工作簿应如何保存.
本类提供了10种方法,用于在C++程序中使用SaveOptions对象. 有的方法包括: GetCompactStyles, GetPreserveRecoveryMetadata, GetSaveFormat, GetUseSharedStrings, GetValidateBeforeSave, SetCompactStyles, SetPreserveRecoveryMetadata, SetSaveFormat, SetUseSharedStrings, SetValidateBeforeSave. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetSaveFormat() → SaveFormat | 获取或设置输出文件格式. |
SetSaveFormat(value: SaveFormat) | 设置保存格式值. |
GetUseSharedStrings() → bool | 获取或设置共享字符串是否应用于字 string 单元格. |
SetUseSharedStrings(value: bool) | 设置使用共享字符串值. |
GetValidateBeforeSave() → bool | 获取或设置工作簿是否应在保存前进行验证. |
SetValidateBeforeSave(value: bool) | 设置保存值之前验证. |
GetCompactStyles() → bool | 在保存过程中是否应紧缩等式的样式. |
SetCompactStyles(value: bool) | 设置紧式样式值. |
GetPreserveRecoveryMetadata() → bool | 获取或设置是否应该在保存的工作簿中保留恢复元数据. |
SetPreserveRecoveryMetadata(value: bool) | 设置保存恢复元数据值. |