com.aspose.diagram

Class FileFormatType

  • java.lang.Object
    • 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 stensil 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 dectecting 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.
 

    • 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 stensil 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 dectecting file type.
      • XLSX

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

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

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

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

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

        public static final int TAB_DELIMITED
        Represents a tab delimited text file. The file format is not supported Only for dectecting 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 dectecting 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 dectecting 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 dectecting file type.
      • XLSB

        public static final int XLSB
        Represents an xlsb file. The file format is not supported Only for dectecting 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 dectecting 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 dectecting file type.
      • PPT

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

        public static final int MAPI_MESSAGE
        Represents a email file. The file format is not supported Only for dectecting 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 dectecting 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 dectecting file type.
      • DOCM

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

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

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

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

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

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

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

        public static final int PPSM
        Represents a ppsm file. The file format is not supported Only for dectecting 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 dectecting file type. If the office open xml file is encrypted, it could not be dectected 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.