EbookSaveOptions Konstruktor
__init__(selbst)
Erstellt Optionen zum Speichern von E-Book-Dateien.
def __init__(self):
...
__init__(selbst, Format speichern)
Erstellt Optionen zum Speichern von E-Book-Dateien.
def __init__(self, save_format):
...
Parameter | Typ | Beschreibung |
---|---|---|
save_format | SaveFormat | Das Dateiformat. Es sollte SaveFormat.EPUB oder SaveFormat.AZW3 sein. |
Siehe auch
- Modul
aspose.cells.saving
- Klasse
EbookSaveOptions