format property
format property
The target document format.
If not set, the format is inferred from the output file extension. Default is FileFormat.unknown (infer from file extension).
Definition:
@property
def format(self):
...
@format.setter
def format(self, value):
...
See Also
- class
ExportOptions