Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.CoreProperties

TElOfficePackage     See also     


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


Contains core properties of the package.

Declaration

[C#]
    TElOfficeOpenXMLCoreProperties CoreProperties;

[VB.NET]
    Property CoreProperties As TElOfficeOpenXMLCoreProperties

[Pascal]
    property CoreProperties : TElOfficeOpenXMLCoreProperties;

[C++]
    TElOfficeOpenXMLCoreProperties* get_CoreProperties();

[PHP]
    TElOfficeOpenXMLCoreProperties get_CoreProperties()

[Java]
    TElOfficeOpenXMLCoreProperties getCoreProperties();

Description

    Use this property to specify package core properties. Core properties are a set of elements that describe common and well-known properties of the package, such as the creator, version, revision, etc.

See also:     FlushCoreProperties     Parts    

Discuss this help topic in SecureBlackbox Forum