Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLContentTypes.Overrides

TElOfficeOpenXMLContentTypes     See also     


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


Specifies the overriden content types.

Declaration

[C#]
    TElOfficeOpenXMLOverrideList Overrides;

[VB.NET]
    Property Overrides As TElOfficeOpenXMLOverrideList

[Pascal]
    property Overrides : TElOfficeOpenXMLDefaultList;

[C++]
    TElOfficeOpenXMLOverrideList* get_Overrides();

[PHP]
    TElOfficeOpenXMLOverrideList get_Overrides()

[Java]
    TElOfficeOpenXMLOverrideList getOverrides();

Description

    Use this read-only property to get the content types for specific parts with content types different from those specified by file extension.

See also:     Overrides    

Discuss this help topic in SecureBlackbox Forum