Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLPackage.Package

TElOfficeOpenXMLPackage     See also     


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


Contains actual data of the document.

Declaration

[C#]
    TElOfficePackage Package;

[VB.NET]
    Property Package As TElOfficePackage

[Pascal]
    property Package : TElOfficePackage;

[C++]
    TElOfficePackage* get_Package();

[PHP]
    TElOfficePackage get_Package()

[Java]
    TElOfficePackage getPackage();

Description

    This property references a Zip file that contains actual data of the document.

See also:     ThumbnailPart    

Discuss this help topic in SecureBlackbox Forum