asposediagram.api

Class FileFormatType

Utility class containing constants. Enumerates spreadsheet file format types

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

    • Field Detail

      • VDX

        const int VDX
        MS Visio VDX xml format.
      • VSD

        const int VSD
        MS Visio VSD binary format.
      • VSX

        const int VSX
        MS Visio VSX xml stencil format.
      • VSS

        const int VSS
        MS Visio VSS binary stencil format.
      • VTX

        const int VTX
        MS Visio VTX xml template format.
      • VST

        const int VST
        MS Visio VST binary template format.
      • VDW

        const int VDW
        MS Visio VDW web drawing format.
      • VSDX

        const int VSDX
        MS Visio 2013 VSDX file format.
      • VSTX

        const int VSTX
        MS Visio 2013 VSTX Template file format.
      • VSSX

        const int VSSX
        MS Visio 2013 VSSX file format.
      • CSV

        const int CSV
        Represents a CSV file. The file format is not supported Only for detecting file type.
      • XLSX

        const int XLSX
        Represents an xlsx file. The file format is not supported Only for detecting file type.
      • XLSM

        const int XLSM
        Represents an xlsm file which enable macros. The file format is not supported Only for detecting file type.
      • XLTX

        const int XLTX
        Represents a template xltx file. The file format is not supported Only for detecting file type.
      • XLTM

        const int XLTM
        Represents a macro-enabled template xltm file. The file format is not supported Only for detecting file type.
      • XLAM

        const int XLAM
        Represents a addinMacro-enabled template xltm file. The file format is not supported Only for detecting file type.
      • TAB_DELIMITED

        const int TAB_DELIMITED
        Represents a tab delimited text file. The file format is not supported Only for detecting file type.
      • HTML

        const int HTML
        Represents a html file.
      • ODS

        const int ODS
        Represents a ods file. The file format is not supported Only for detecting file type.
      • EXCEL_97_TO_2003

        const 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

        const int EXCEL_2003_XML
        Represents an Excel 2003 xml file. The file format is not supported Only for detecting file type.
      • XLSB

        const int XLSB
        Represents an xlsb file. The file format is not supported Only for detecting file type.
      • UNKNOWN

        const int UNKNOWN
        Represents unrecognized format, cannot be loaded.
      • PDF

        const int PDF
        Represents a Pdf file.
      • XPS

        const int XPS
        Represents an XPS file.
      • TIFF

        const int TIFF
        Represents a TIFF file.
      • SVG

        const int SVG
        Represents a svg file.
      • DOCX

        const int DOCX
        Represents a docx file. The file format is not supported Only for detecting file type.
      • DIF

        const int DIF
        Data Interchange Format.
      • DOC

        const int DOC
        Represents a doc file. The file format is not supported Only for detecting file type.
      • PPT

        const int PPT
        Represents a ppt file. The file format is not supported Only for detecting file type.
      • MAPI_MESSAGE

        const int MAPI_MESSAGE
        Represents a email file. The file format is not supported Only for detecting file type.
      • MS_EQUATION

        const int MS_EQUATION
        Represents the MS Equation 3.0 object. The file format is not supported Only for detecting file type.
      • OLE_10_NATIVE

        const int OLE_10_NATIVE
        Represents the embedded native object. The file format is not supported Only for detecting file type.
      • DOCM

        const int DOCM
        Represents a docm file. The file format is not supported Only for detecting file type.
      • DOTX

        const int DOTX
        Represents a dotx file. The file format is not supported Only for detecting file type.
      • DOTM

        const int DOTM
        Represents a dotm file. The file format is not supported Only for detecting file type.
      • PPTM

        const int PPTM
        Represents a pptm file. The file format is not supported Only for detecting file type.
      • POTX

        const int POTX
        Represents a Potx file. The file format is not supported Only for detecting file type.
      • POTM

        const int POTM
        Represents a Potm file. The file format is not supported Only for detecting file type.
      • PPSX

        const int PPSX
        Represents a ppsx file. The file format is not supported Only for detecting file type.
      • PPSM

        const int PPSM
        Represents a ppsm file. The file format is not supported Only for detecting file type.
      • OOXML

        const 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

        const int VSDM
        MS Visio 2013 VSDM file format.
      • VSSM

        const int VSSM
        MS Visio 2013 VSSM file format.
      • VSTM

        const int VSTM
        MS Visio 2013 VSTM file format.
      • XML

        const int XML
        Represents an simple xml file. The file format is not supported Only for detecting file type.
      • SLDX

        const int SLDX
        Represents a sldx file. The file format is not supported Only for detecting file type.
      • PPTX

        const int PPTX
        Represents a pptx file. The file format is not supported Only for detecting file type.
      • BMP

        const int BMP
        Represents a BMP file. The file format is not supported Only for detecting file type.
      • EMF

        const int EMF
        Windows Enhanced Metafile.
      • WMF

        const int WMF
        Windows Metafile.
      • JPG

        const int JPG
        JPEG JFIF.
      • PNG

        const int PNG
        Portable Network Graphics.
      • GIF

        const int GIF
        Gif