Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.Title

TElOfficeOpenXMLCoreProperties     See also     


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


Specifies the title of the document.

Declaration

[C#]
    TElOfficeXMLDCSimpleLiteral Title;

[VB.NET]
    Property Title As TElOfficeXMLDCSimpleLiteral

[Pascal]
    property Title : TElOfficeXMLDCSimpleLiteral;

[C++]
    TElOfficeXMLDCSimpleLiteral* get_Title();

[PHP]
    TElOfficeXMLDCSimpleLiteral get_Title()

[Java]
    TElOfficeXMLDCSimpleLiteral getTitle();

Description

    Use this property to specify the title given to the document.

See also:     Subject    

Discuss this help topic in SecureBlackbox Forum