document_format property

document_format property

Gets or sets the file format of the output document. The default value is DocumentFormat.DOCX.

Definition:

@property
def document_format(self):
    ...
@document_format.setter
def document_format(self, value):
    ...

See Also