DocxSaveOptions constructor

__init__(self)

Represents options of saving .docx file.


def __init__(self):
    ...

__init__(self, save_as_image)

Represents options of saving .docx file.


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

See Also