Discuss this help topic in SecureBlackbox Forum

TSBOfficeOpenXMLTargetMode

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


Defines target modes of office package relationships.

Declaration

[C#/Java]
    enum TSBOfficeOpenXMLTargetMode { Internal = 0, External = 1 };

[VB.NET]
    Enum TSBOfficeOpenXMLTargetMode
        Internal = 0
        External = 1
    End Enum

[Pascal]
    TSBOfficeOpenXMLTargetMode = (tmInternal, tmExternal);

[C++]
    typedef uint8_t TSBOfficeOpenXMLTargetModeRaw;
    typedef enum { tmInternal = 0, tmExternal = 1 } TSBOfficeOpenXMLTargetMode;

Description

Possible values:


Declared in

.NET:
  • Namespace: SBOfficeXMLCore
  • Assembly: SecureBlackbox.Office
VCL:
  • Unit: SBOfficeXMLCore
Java:
  • Package: SecureBlackbox.Office.jar
C++:
  • sbofficexmlcore.h

Discuss this help topic in SecureBlackbox Forum