format property
Leave feedback
On this page
The input document file type.
It is None until a format has been set, so test it for None rather than against FileType.unknown, which it never equals.
@property
def format(self):
...
@format.setter
def format(self, value):
...
- class
DiagramLoadOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.