SecureBlackbox 2020 Android Edition

Questions / Feedback?

DocumentFormat Property

Defines the format of the Office document.

Syntax

public int getDocumentFormat();


Enumerated values: public final static int odfUnknown = 0; public final static int odfBinary = 1; public final static int odfOpenXML = 2; public final static int odfOpenXPS = 3; public final static int odfOpenDocument = 4;

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.

Default Value

0

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