Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSFixedDocument.Package

TElOfficeOpenXPSFixedDocument     See also     


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


References the package which the fixed-format document belongs to.

Declaration

[C#]
    TElOfficeOpenXMLPackage Package;

[VB.NET]
    Property Package As TElOfficeOpenXMLPackage

[Pascal]
    property Package : TElOfficeOpenXMLPackage;

[C++]
    TElOfficeOpenXMLPackage* get_Package();

[PHP]
    TElOfficeOpenXMLPackage get_Package()

[Java]
    TElOfficeOpenXMLPackage getPackage();

Description

    Use this property to access the package which the fixed-format document belongs to.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum