PptxSaveOptions constructor

init

Represents the pptx save options.

def __init__(self):
    ...

init

Represents options of saving .pptx file.

def __init__(self, save_as_image):
    ...
ParameterTypeDescription
save_as_imageboolIf True, the workbook will be converted into some pictures of .pptx file.
If False, the workbook will be converted into some tables of .pptx file.

See Also