public final class FileType
extends com.aspose.ms.System.Enum
Represents file type.
Modifier and Type | Field and Description |
---|---|
static int |
Doc
Represents .DOC Word format.
|
static int |
Docm
Represents .DOCM Word format.
|
static int |
Docx
Represents .DOCX Word format.
|
static int |
Dot
Represents .DOT Word format.
|
static int |
Dotm
Represents .DOTM Word format.
|
static int |
Dotx
Represents .DOTX Word format.
|
static int |
Ods
Represents Opendocument Spreadsheet format.
|
static int |
Odt
Represents ODT format.
|
static int |
One
Represents MS One-Note format.
|
static int |
Pdf
Represents PDF format.
|
static int |
Potm
Represents .POTM Power-Point format.
|
static int |
Potx
Represents .POTX Power-Point format.
|
static int |
Ppt
Represents .PPT Power-Point format.
|
static int |
Pptm
Represents .PPTM Power-Point format.
|
static int |
Pptx
Represents .PPTX Power-Point format.
|
static int |
Unknown
Unknown file type.
|
static int |
Vdx
Represents .VDX Visio format.
|
static int |
Vsd
Represents .VSD Visio format.
|
static int |
Vsdx
Represents .VSDX Visio format.
|
static int |
Vss
Represents .VSS Visio format.
|
static int |
Vsx
Represents .VSX Visio format.
|
static int |
Xls
Represents .XLS Excel format.
|
static int |
Xlsb
Represents .XLSB Excel format.
|
static int |
Xlsm
Represents .XLSM Excel format.
|
static int |
Xlsx
Represents .XLSX Excel format.
|
static int |
Xltm
Represents .XLTM Excel format.
|
static int |
Xltx
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 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 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 © 2018. All rights reserved.