LoadOptions

Overview

LoadOptions is a class in Aspose.Words FOSS for Python.

Options for loading a document.

This class provides 1 method for working with LoadOptions 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: encoding, load_format.

Properties

NameTypeAccessDescription
load_formatstrReadGets the load format.
encodingstrReadGets the encoding.

Methods

SignatureDescription
__init__()Calls init on this LoadOptions instance.

See Also