DocxSaveOptions constructor
init
Represents options of saving .docx file.
def __init__(self):
...
init
Represents options of saving .docx file.
def __init__(self, save_as_image):
...
Parameter | Type | Description |
---|---|---|
save_as_image | bool | If 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
- module
aspose.cells
- class
DocxSaveOptions