OdsSaveOptions constructor

init

Creates the options of saving ods file.

def __init__(self):
    ...

init

Creates the options of saving ods file.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe file format.
It should be SaveFormat.ODS, SaveFormat.OTS,
SaveFormat.FODS or SaveFormat.SXC,
otherwise the saved format will be set as SaveFormat.ODS automatically.

See Also