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):
    ...
ParameterTypBeschreibung
save_formatSaveFormatDas Dateiformat.
Es sollte SaveFormat.EPUB oder SaveFormat.AZW3 sein.

Siehe auch