Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.ContentTypes

TElOfficePackage     See also     


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


Specifies the content types of the package parts.

Declaration

[C#]
    TElOfficeOpenXMLContentTypes ContentTypes;

[VB.NET]
    Property ContentTypes As TElOfficeOpenXMLContentTypes

[Pascal]
    property ContentTypes : TElOfficeOpenXMLContentTypes;

[C++]
    TElOfficeOpenXMLContentTypes* get_ContentTypes();

[PHP]
    TElOfficeOpenXMLContentTypes get_ContentTypes()

[Java]
    TElOfficeOpenXMLContentTypes getContentTypes();

Description

    Use this property to get the content types of the package parts.

See also:     Parts    

Discuss this help topic in SecureBlackbox Forum