SecureBlackbox 2020 macOS Edition

Questions / Feedback?

DocumentFormat Property

Defines the format of the Office document.

Syntax

public var documentFormat: OfficequicksignerDocumentFormats {
get {...} }

public enum OfficequicksignerDocumentFormats: Int32 { case odfUnknown = 0 case odfBinary = 1 case odfOpenXML = 2 case odfOpenXPS = 3 case odfOpenDocument = 4 }

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 macOS Edition - Version 20.0 [Build 8166]