SecureBlackbox 2020 C++ Edition

Questions / Feedback?

DocumentFormat Property

Defines the format of the Office document.

Syntax

ANSI (Cross Platform)
int GetDocumentFormat();

Unicode (Windows)
INT GetDocumentFormat();

Possible Values

ODF_UNKNOWN(0), 
ODF_BINARY(1),
ODF_OPEN_XML(2),
ODF_OPEN_XPS(3),
ODF_OPEN_DOCUMENT(4)
@property (nonatomic,readonly,assign,getter=documentFormat) int documentFormat;
- (int)documentFormat;

Possible Values

ODF_UNKNOWN(0), 
ODF_BINARY(1),
ODF_OPEN_XML(2),
ODF_OPEN_XPS(3),
ODF_OPEN_DOCUMENT(4)
#define PID_OFFICESIGNER_DOCUMENTFORMAT 7

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_OfficeSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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

Data Type

Integer

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