@Deprecated public final class FileType extends com.aspose.ms.System.Enum
Represents file type.
Modifier and Type | Field and Description |
---|---|
static int |
Doc
Deprecated.
Represents .DOC Word format.
|
static int |
Docm
Deprecated.
Represents .DOCM Word format.
|
static int |
Docx
Deprecated.
Represents .DOCX Word format.
|
static int |
Dot
Deprecated.
Represents .DOT Word format.
|
static int |
Dotm
Deprecated.
Represents .DOTM Word format.
|
static int |
Dotx
Deprecated.
Represents .DOTX Word format.
|
static int |
Ods
Deprecated.
Represents Opendocument Spreadsheet format.
|
static int |
Odt
Deprecated.
Represents ODT format.
|
static int |
One
Deprecated.
Represents MS One-Note format.
|
static int |
Pdf
Deprecated.
Represents PDF format.
|
static int |
Potm
Deprecated.
Represents .POTM Power-Point format.
|
static int |
Potx
Deprecated.
Represents .POTX Power-Point format.
|
static int |
Pps
Deprecated.
Represents .PPS Power-Point format.
|
static int |
Ppsm
Deprecated.
Represents .PPSM Power-Point format.
|
static int |
Ppsx
Deprecated.
Represents .PPSX Power-Point format.
|
static int |
Ppt
Deprecated.
Represents .PPT Power-Point format.
|
static int |
Pptm
Deprecated.
Represents .PPTM Power-Point format.
|
static int |
Pptx
Deprecated.
Represents .PPTX Power-Point format.
|
static int |
Unknown
Deprecated.
Unknown file type.
|
static int |
Vdx
Deprecated.
Represents .VDX Visio format.
|
static int |
Vsd
Deprecated.
Represents .VSD Visio format.
|
static int |
Vsdx
Deprecated.
Represents .VSDX Visio format.
|
static int |
Vss
Deprecated.
Represents .VSS Visio format.
|
static int |
Vsx
Deprecated.
Represents .VSX Visio format.
|
static int |
Xls
Deprecated.
Represents .XLS Excel format.
|
static int |
Xlsb
Deprecated.
Represents .XLSB Excel format.
|
static int |
Xlsm
Deprecated.
Represents .XLSM Excel format.
|
static int |
Xlsx
Deprecated.
Represents .XLSX Excel format.
|
static int |
Xlt
Deprecated.
Represents .XLT Excel format.
|
static int |
Xltm
Deprecated.
Represents .XLTM Excel format.
|
static int |
Xltx
Deprecated.
Represents .XLTX Excel format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
Unknown file type.
public static final int Doc
Represents .DOC Word format.
public static final int Docm
Represents .DOCM Word format.
public static final int Docx
Represents .DOCX Word format.
public static final int Dot
Represents .DOT Word format.
public static final int Dotx
Represents .DOTX Word format.
public static final int Dotm
Represents .DOTM Word format.
public static final int Odt
Represents ODT format.
public static final int One
Represents MS One-Note format.
public static final int Pdf
Represents PDF format.
public static final int Ppt
Represents .PPT Power-Point format.
public static final int Pptx
Represents .PPTX Power-Point format.
public static final int Potm
Represents .POTM Power-Point format.
public static final int Potx
Represents .POTX Power-Point format.
public static final int Pptm
Represents .PPTM Power-Point format.
public static final int Pps
Represents .PPS Power-Point format.
public static final int Ppsx
Represents .PPSX Power-Point format.
public static final int Ppsm
Represents .PPSM Power-Point format.
public static final int Xls
Represents .XLS Excel format.
public static final int Xlsb
Represents .XLSB Excel format.
public static final int Xlsx
Represents .XLSX Excel format.
public static final int Xlsm
Represents .XLSM Excel format.
public static final int Xltx
Represents .XLTX Excel format.
public static final int Xltm
Represents .XLTM Excel format.
public static final int Ods
Represents Opendocument Spreadsheet format.
public static final int Xlt
Represents .XLT Excel format.
public static final int Vdx
Represents .VDX Visio format.
public static final int Vsd
Represents .VSD Visio format.
public static final int Vsdx
Represents .VSDX Visio format.
public static final int Vss
Represents .VSS Visio format.
public static final int Vsx
Represents .VSX Visio format.
Copyright © 2020. All rights reserved.