com.aspose.diagram
Class FileFormatType

java.lang.Object
    extended by com.aspose.diagram.FileFormatType

public class FileFormatType 
extends java.lang.Object

Utility class containing constants. Enumerates spreadsheet file format types


Field Summary
static final intVDX
           MS Visio VDX xml format.
static final intVSD
           MS Visio VSD binary format.
static final intVSX
           MS Visio VSX xml stencil format.
static final intVSS
           MS Visio VSS binary stencil format.
static final intVTX
           MS Visio VTX xml template format.
static final intVST
           MS Visio VST binary template format.
static final intVDW
           MS Visio VDW web drawing format.
static final intVSDX
           MS Visio 2013 VSDX file format.
static final intVSTX
           MS Visio 2013 VSTX Template file format.
static final intVSSX
           MS Visio 2013 VSSX file format.
static final intCSV
           Represents a CSV file. The file format is not supported Only for detecting file type.
static final intXLSX
           Represents an xlsx file.
static final intXLSM
           Represents an xlsm file which enable macros.
static final intXLTX
           Represents a template xltx file.
static final intXLTM
           Represents a macro-enabled template xltm file.
static final intXLAM
           Represents a addinMacro-enabled template xltm file.
static final intTAB_DELIMITED
           Represents a tab delimited text file.
static final intHTML
           Represents a html file.
static final intODS
           Represents a ods file.
static final intEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
static final intEXCEL_2003_XML
           Represents an Excel 2003 xml file.
static final intXLSB
           Represents an xlsb file.
static final intUNKNOWN
           Represents unrecognized format, cannot be loaded.
static final intPDF
           Represents a Pdf file.
static final intXPS
           Represents an XPS file.
static final intTIFF
           Represents a TIFF file.
static final intSVG
           Represents a svg file.
static final intDOCX
           Represents a docx file.
static final intDIF
           Data Interchange Format.
static final intDOC
           Represents a doc file.
static final intPPT
           Represents a ppt file.
static final intMAPI_MESSAGE
           Represents a email file.
static final intMS_EQUATION
           Represents the MS Equation 3.0 object.
static final intOLE_10_NATIVE
           Represents the embedded native object.
static final intDOCM
           Represents a docm file.
static final intDOTX
           Represents a dotx file.
static final intDOTM
           Represents a dotm file.
static final intPPTM
           Represents a pptm file.
static final intPOTX
           Represents a Potx file.
static final intPOTM
           Represents a Potm file.
static final intPPSX
           Represents a ppsx file.
static final intPPSM
           Represents a ppsm file.
static final intOOXML
           Represents office open xml file(such as xlsx, docx,pptx, etc).
static final intVSDM
           MS Visio 2013 VSDM file format.
static final intVSSM
           MS Visio 2013 VSSM file format.
static final intVSTM
           MS Visio 2013 VSTM file format.
static final intXML
           Represents an simple xml file.
static final intSLDX
           Represents a sldx file.
static final intPPTX
           Represents a pptx file.
static final intBMP
           Represents a BMP file.
static final intEMF
           Windows Enhanced Metafile.
static final intWMF
           Windows Metafile.
static final intJPG
           JPEG JFIF.
static final intPNG
           Portable Network Graphics.
static final intGIF
           Gif
 

Field Detail

VDX

public static final int VDX
MS Visio VDX xml format.

VSD

public static final int VSD
MS Visio VSD binary format.

VSX

public static final int VSX
MS Visio VSX xml stencil format.

VSS

public static final int VSS
MS Visio VSS binary stencil format.

VTX

public static final int VTX
MS Visio VTX xml template format.

VST

public static final int VST
MS Visio VST binary template format.

VDW

public static final int VDW
MS Visio VDW web drawing format.

VSDX

public static final int VSDX
MS Visio 2013 VSDX file format.

VSTX

public static final int VSTX
MS Visio 2013 VSTX Template file format.

VSSX

public static final int VSSX
MS Visio 2013 VSSX file format.

CSV

public static final int CSV
Represents a CSV file. The file format is not supported Only for detecting file type.

XLSX

public static final int XLSX
Represents an xlsx file. The file format is not supported Only for detecting file type.

XLSM

public static final int XLSM
Represents an xlsm file which enable macros. The file format is not supported Only for detecting file type.

XLTX

public static final int XLTX
Represents a template xltx file. The file format is not supported Only for detecting file type.

XLTM

public static final int XLTM
Represents a macro-enabled template xltm file. The file format is not supported Only for detecting file type.

XLAM

public static final int XLAM
Represents a addinMacro-enabled template xltm file. The file format is not supported Only for detecting file type.

TAB_DELIMITED

public static final int TAB_DELIMITED
Represents a tab delimited text file. The file format is not supported Only for detecting file type.

HTML

public static final int HTML
Represents a html file.

ODS

public static final int ODS
Represents a ods file. The file format is not supported Only for detecting file type.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file. The file format is not supported Only for detecting file type.

EXCEL_2003_XML

public static final int EXCEL_2003_XML
Represents an Excel 2003 xml file. The file format is not supported Only for detecting file type.

XLSB

public static final int XLSB
Represents an xlsb file. The file format is not supported Only for detecting file type.

UNKNOWN

public static final int UNKNOWN
Represents unrecognized format, cannot be loaded.

PDF

public static final int PDF
Represents a Pdf file.

XPS

public static final int XPS
Represents an XPS file.

TIFF

public static final int TIFF
Represents a TIFF file.

SVG

public static final int SVG
Represents a svg file.

DOCX

public static final int DOCX
Represents a docx file. The file format is not supported Only for detecting file type.

DIF

public static final int DIF
Data Interchange Format.

DOC

public static final int DOC
Represents a doc file. The file format is not supported Only for detecting file type.

PPT

public static final int PPT
Represents a ppt file. The file format is not supported Only for detecting file type.

MAPI_MESSAGE

public static final int MAPI_MESSAGE
Represents a email file. The file format is not supported Only for detecting file type.

MS_EQUATION

public static final int MS_EQUATION
Represents the MS Equation 3.0 object. The file format is not supported Only for detecting file type.

OLE_10_NATIVE

public static final int OLE_10_NATIVE
Represents the embedded native object. The file format is not supported Only for detecting file type.

DOCM

public static final int DOCM
Represents a docm file. The file format is not supported Only for detecting file type.

DOTX

public static final int DOTX
Represents a dotx file. The file format is not supported Only for detecting file type.

DOTM

public static final int DOTM
Represents a dotm file. The file format is not supported Only for detecting file type.

PPTM

public static final int PPTM
Represents a pptm file. The file format is not supported Only for detecting file type.

POTX

public static final int POTX
Represents a Potx file. The file format is not supported Only for detecting file type.

POTM

public static final int POTM
Represents a Potm file. The file format is not supported Only for detecting file type.

PPSX

public static final int PPSX
Represents a ppsx file. The file format is not supported Only for detecting file type.

PPSM

public static final int PPSM
Represents a ppsm file. The file format is not supported Only for detecting file type.

OOXML

public static final int OOXML
Represents office open xml file(such as xlsx, docx,pptx, etc). The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc.

VSDM

public static final int VSDM
MS Visio 2013 VSDM file format.

VSSM

public static final int VSSM
MS Visio 2013 VSSM file format.

VSTM

public static final int VSTM
MS Visio 2013 VSTM file format.

XML

public static final int XML
Represents an simple xml file. The file format is not supported Only for detecting file type.

SLDX

public static final int SLDX
Represents a sldx file. The file format is not supported Only for detecting file type.

PPTX

public static final int PPTX
Represents a pptx file. The file format is not supported Only for detecting file type.

BMP

public static final int BMP
Represents a BMP file. The file format is not supported Only for detecting file type.

EMF

public static final int EMF
Windows Enhanced Metafile.

WMF

public static final int WMF
Windows Metafile.

JPG

public static final int JPG
JPEG JFIF.

PNG

public static final int PNG
Portable Network Graphics.

GIF

public static final int GIF
Gif

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.