OoxmlSaveOptions
Overview
OoxmlSaveOptions is a class in Aspose.Words FOSS for Python.
Options for saving a document as DOCX (Office Open XML).
This class provides 1 method for working with OoxmlSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: compliance, compression_level, pretty_format, save_format, zip_64_mode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
save_format | str | Read | Gets the save format. |
compliance | str | Read | Gets the compliance. |
compression_level | int | Read | Gets the compression level. |
zip_64_mode | str | Read | Gets the zip 64 mode. |
pretty_format | bool | Read | Gets the pretty format. |
Methods
| Signature | Description |
|---|---|
__init__(save_format: str) |