java.lang.Objectcom.aspose.cells.OleFileType
public class OleFileType
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 | |
static final int | XLSB | |
static final int | DOCX | |
static final int | PPTX | |
static final int | UNKNOWN | |
Unknown file type. |
Field Detail |
---|
XLS | |
public static final int XLS |
DOC | |
public static final int DOC |
PPT | |
public static final int PPT |
public static final int PDF |
MS_EQUATION | |
public static final int MS_EQUATION |
MAPI_MESSAGE | |
public static final int MAPI_MESSAGE |
XLSX | |
public static final int XLSX |
XLSB | |
public static final int XLSB |
DOCX | |
public static final int DOCX |
PPTX | |
public static final int PPTX |
UNKNOWN | |
public static final int UNKNOWN |