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
| Name | Type | Access | Description |
|---|---|---|---|
load_format | str | Read | Gets the load format. |
encoding | str | Read | Gets the encoding. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this LoadOptions instance. |