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