Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLDocument.OfficeDocumentPart

TElOfficeOpenXMLDocument     See also     


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


References the object which contains actual document.

Declaration

[C#]
    TElOfficePackagePart OfficeDocumentPart;

[VB.NET]
    Property OfficeDocumentPart As TElOfficePackagePart

[Pascal]
    property OfficeDocumentPart : TElOfficePackagePart;

[C++]
    TElOfficePackagePart* get_OfficeDocumentPart();

[PHP]
    TElOfficePackagePart get_OfficeDocumentPart()

[Java]
    TElOfficePackagePart getOfficeDocumentPart();

Description

    Use this read-only property to access the object containing actual document's data.

See also:     DocumentType    

Discuss this help topic in SecureBlackbox Forum