SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

DocumentFormat Property

Defines the format of the Office document.

Syntax

__property TsbxOfficeVerifierDocumentFormats DocumentFormat = { read=FDocumentFormat };
enum TsbxOfficeVerifierDocumentFormats { odfUnknown=0, odfBinary=1, odfOpenXML=2, odfOpenXPS=3, odfOpenDocument=4 };

Default Value

odfUnknown

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 and not available at design time.

Data Type

Integer

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