Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLDocument.DocumentType

TElOfficeOpenXMLDocument     See also     


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


Defines document type.

Declaration

[C#]
    TSBOfficeOpenXMLDocumentType DocumentType;

[VB.NET]
    Property DocumentType As TSBOfficeOpenXMLDocumentType

[Pascal]
    property DocumentType : TSBOfficeOpenXMLDocumentType;

[C++]
    TSBOfficeOpenXMLDocumentType get_DocumentType();

[PHP]
    integer get_DocumentType()

[Java]
    TSBOfficeOpenXMLDocumentType getDocumentType();

Values:

Description

    Use this read-only property to determine type of the document.

See also:     OfficeDocumentPart    

Discuss this help topic in SecureBlackbox Forum