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 int | XLS | |
|
Represets the Ms Excel 97-2003 file.
|
static final int | DOC | |
|
Represents the Ms word document.
|
static final int | PPT | |
|
Represents the Power Point.
|
static final int | PDF | |
|
Represents the Acrobat Document.
|
static final int | MS_EQUATION | |
|
Represents the MS Equation 3.0 object.
|
static final int | MAPI_MESSAGE | |
| |
static final int | XLSX | |
|
Xlsx
|
static final int | XLSB | |
|
Xlsb
|
static final int | DOCX | |
|
Docx
|
static final int | PPTX | |
|
Pptx
|
static final int | UNKNOWN | |
|
Unknown file type.
|
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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.