__init__ constructor
init
Initializes a new instance of the ExportOptions class.
def __init__(self):
...
init
Initializes a new instance of the ExportOptions class with the specified target format.
def __init__(self, format):
...
| Parameter | Type | Description |
|---|---|---|
| format | FileFormat |
The target document format. |
See Also
- class
ExportOptions