com.aspose.cells

Class OleFileType

  • java.lang.Object
    • com.aspose.cells.OleFileType
public class OleFileType 
extends java.lang.Object

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
static final intXLS
Represets the Ms Excel 97-2003 file.
static final intDOC
Represents the Ms word document.
static final intPPT
Represents the Power Point.
static final intPDF
Represents the Acrobat Document.
static final intMS_EQUATION
Represents the MS Equation 3.0 object.
static final intMAPI_MESSAGE
static final intXLSX
Xlsx
static final intXLSB
Xlsb
static final intDOCX
Docx
static final intPPTX
Pptx
static final intUNKNOWN
Unknown file type.
 

    • Field Detail

      • XLS

        public static final int XLS
        Represets the Ms Excel 97-2003 file.
      • DOC

        public static final int DOC
        Represents the Ms word document.
      • PPT

        public static final int PPT
        Represents the Power Point.
      • PDF

        public static final int PDF
        Represents the Acrobat Document.
      • MS_EQUATION

        public static final int MS_EQUATION
        Represents the MS Equation 3.0 object.
      • MAPI_MESSAGE

        public static final int MAPI_MESSAGE
      • XLSX

        public static final int XLSX
        Xlsx
      • XLSB

        public static final int XLSB
        Xlsb
      • DOCX

        public static final int DOCX
        Docx
      • PPTX

        public static final int PPTX
        Pptx
      • UNKNOWN

        public static final int UNKNOWN
        Unknown file type.