SecureBlackbox 2020 Python Edition

Questions / Feedback?

document_format Property

Defines the format of the Office document.

Syntax

def get_document_format() -> int: ...

document_format = property(get_document_format, None)

Default Value

0

Remarks

This property contains the Office document format.

odfUnknown0Unknown document format
odfBinary1Binary Office document
odfOpenXML2OpenXML Office document
odfOpenXPS3OpenXPS document
odfOpenDocument4OpenOffice document

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]