OoxmlSaveOptions

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

NameTypeAccessDescription
save_format``ReadGets the save format.
compliance``ReadGets the compliance.
compression_level``ReadGets the compression level.
zip_64_mode``ReadGets the zip 64 mode.
pretty_formatboolReadGets the pretty format.

Methods

SignatureDescription
__init__(save_format: "int | str | None")Calls init(save_format) on this OoxmlSaveOptions instance.

See Also

 English