is_strict_schema11 property
is_strict_schema11 property
Indicates whether the ods file should be saved as ODF format version 1.1. Default is false.
Remarks
NOTE: This member is now obsolete. Instead, please use OdsSaveOptions.OdfStrictVersion property. This method will be removed 12 months later since February 2024. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def is_strict_schema11(self):
...
@is_strict_schema11.setter
def is_strict_schema11(self, value):
...
See Also
- module
aspose.cells
- class
OdsSaveOptions