Name | Description | |
---|---|---|
XlsmOpenOptions Constructor | Constructs a new XlsmOpenOptions obejct. |
The following tables list the members exposed by XlsmOpenOptions.
Name | Description | |
---|---|---|
XlsmOpenOptions Constructor | Constructs a new XlsmOpenOptions obejct. |
Name | Description | |
---|---|---|
getDigitalSignatureOnly | Gets whether to open the workbook in digital signature only mode.
In the digital signature only mode, existing signatures will be preserved unless you called @code:ISignature.Delete. But you can only sign existing signature lines, add invisible signatures, remove digital signature of signed signature lines, or remove invisible signatures in this mode. Other changes will be discarded. After modifying digital signatures, you need to save the workbook to commit changes. @code:True to open workbook in digital signature only mode.Otherwise, use normal mode. The default value is @code:False. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
getDoNotAutoFitAfterOpened | Gets whether to autofit the row height after loading the file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
getDoNotRecalculateAfterOpened | Gets whether to recalculate when getting formula value after loading the file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.OpenOptionsBase) | |
getImportFlags | Gets the flags on loading data. Default is ImportFlags.NoFlag. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
getPassword | The password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
setDigitalSignatureOnly | Sets whether to open the workbook in digital signature only mode.
In the digital signature only mode, existing signatures will be preserved unless you called @code:ISignature.Delete. But you can only sign existing signature lines, add invisible signatures, remove digital signature of signed signature lines, or remove invisible signatures in this mode. Other changes will be discarded. After modifying digital signatures, you need to save the workbook to commit changes. @code:True to open workbook in digital signature only mode.Otherwise, use normal mode. The default value is @code:False. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
setDoNotAutoFitAfterOpened | Sets whether to autofit the row height after loading the file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
setDoNotRecalculateAfterOpened | Sets whether to recalculate when getting formula value after loading the file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
setImportFlags | Sets the flags on loading data. Default is ImportFlags.NoFlag. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) | |
setPassword | The password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxOpenOptions) |