EbookSaveOptions constructor
__init__(self)
Creates options for saving ebook file.
def __init__(self):
...
__init__(self, save_format)
Creates options for saving ebook file.
def __init__(self, save_format):
...
| Parameter | Type | Description |
|---|---|---|
| save_format | aspose.cells.SaveFormat | The file format. It should be SaveFormat.EPUB or SaveFormat.AZW3. |
See Also
- module
aspose.cells.saving - class
EbookSaveOptions