EbookSaveOptions costruttore
__init__(self)
Crea opzioni per salvare il file ebook.
def __init__(self):
...
__init__(self, salva_formato)
Crea opzioni per salvare il file ebook.
def __init__(self, save_format):
...
Parametro | Tipo | Descrizione |
---|---|---|
save_format | SaveFormat | Il formato del file. Dovrebbe essere SaveFormat.EPUB o SaveFormat.AZW3 . |
Guarda anche
- modulo
aspose.cells.saving
- classe
EbookSaveOptions