asposecells.api
Class OleFileType

Utility class containing constants. Ole object file type. NOTE: This enum is now obsolete. Instead, please use FileFormatType enum. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

Field Summary
const  intXLS
           Represets the Ms Excel 97-2003 file.
const  intDOC
           Represents the Ms word document.
const  intPPT
           Represents the Power Point.
const  intPDF
           Represents the Acrobat Document.
const  intMS_EQUATION
           Represents the MS Equation 3.0 object.
const  intMAPI_MESSAGE
          
const  intXLSX
           Xlsx
const  intXLSB
           Xlsb
const  intDOCX
           Docx
const  intPPTX
           Pptx
const  intUNKNOWN
           Unknown file type.
 

Field Detail

XLS

const int XLS
Represets the Ms Excel 97-2003 file.

DOC

const int DOC
Represents the Ms word document.

PPT

const int PPT
Represents the Power Point.

PDF

const int PDF
Represents the Acrobat Document.

MS_EQUATION

const int MS_EQUATION
Represents the MS Equation 3.0 object.

MAPI_MESSAGE

const int MAPI_MESSAGE

XLSX

const int XLSX
Xlsx

XLSB

const int XLSB
Xlsb

DOCX

const int DOCX
Docx

PPTX

const int PPTX
Pptx

UNKNOWN

const int UNKNOWN
Unknown file type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.