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_formatstrReadGets the save format.
compliancestrReadGets the compliance.
compression_levelintReadGets the compression level.
zip_64_modestrReadGets the zip 64 mode.
pretty_formatboolReadGets the pretty format.

Methods

SignatureDescription
__init__(save_format: str)

See Also