aspose.diagram
Class FileFormatType

Utility class containing constants. Enumerates spreadsheet file format types

Field Summary
const  NumberVDX
           MS Visio VDX xml format.
const  NumberVSD
           MS Visio VSD binary format.
const  NumberVSX
           MS Visio VSX xml stencil format.
const  NumberVSS
           MS Visio VSS binary stensil format.
const  NumberVTX
           MS Visio VTX xml template format.
const  NumberVST
           MS Visio VST binary template format.
const  NumberVDW
           MS Visio VDW web drawing format.
const  NumberVSDX
           MS Visio 2013 VSDX file format.
const  NumberVSTX
           MS Visio 2013 VSTX Template file format.
const  NumberVSSX
           MS Visio 2013 VSSX file format.
const  NumberCSV
           Represents a CSV file. The file format is not supported Only for dectecting file type.
const  NumberXLSX
           Represents an xlsx file.
const  NumberXLSM
           Represents an xlsm file which enable macros.
const  NumberXLTX
           Represents a template xltx file.
const  NumberXLTM
           Represents a macro-enabled template xltm file.
const  NumberXLAM
           Represents a addinMacro-enabled template xltm file.
const  NumberTAB_DELIMITED
           Represents a tab delimited text file.
const  NumberHTML
           Represents a html file.
const  NumberODS
           Represents a ods file.
const  NumberEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
const  NumberEXCEL_2003_XML
           Represents an Excel 2003 xml file.
const  NumberXLSB
           Represents an xlsb file.
const  NumberUNKNOWN
           Represents unrecognized format, cannot be loaded.
const  NumberPDF
           Represents a Pdf file.
const  NumberXPS
           Represents an XPS file.
const  NumberTIFF
           Represents a TIFF file.
const  NumberSVG
           Represents a svg file.
const  NumberDOCX
           Represents a docx file.
const  NumberDIF
           Data Interchange Format.
const  NumberDOC
           Represents a doc file.
const  NumberPPT
           Represents a ppt file.
const  NumberMAPI_MESSAGE
           Represents a email file.
const  NumberMS_EQUATION
           Represents the MS Equation 3.0 object.
const  NumberOLE_10_NATIVE
           Represents the embedded native object.
const  NumberDOCM
           Represents a docm file.
const  NumberDOTX
           Represents a dotx file.
const  NumberDOTM
           Represents a dotm file.
const  NumberPPTM
           Represents a pptm file.
const  NumberPOTX
           Represents a Potx file.
const  NumberPOTM
           Represents a Potm file.
const  NumberPPSX
           Represents a ppsx file.
const  NumberPPSM
           Represents a ppsm file.
const  NumberOOXML
           Represents office open xml file(such as xlsx, docx,pptx, etc).
const  NumberVSDM
           MS Visio 2013 VSDM file format.
const  NumberVSSM
           MS Visio 2013 VSSM file format.
const  NumberVSTM
           MS Visio 2013 VSTM file format.
const  NumberXML
           Represents an simple xml file.
const  NumberSLDX
           Represents a sldx file.
 

Field Detail

VDX

const Number VDX
MS Visio VDX xml format.

VSD

const Number VSD
MS Visio VSD binary format.

VSX

const Number VSX
MS Visio VSX xml stencil format.

VSS

const Number VSS
MS Visio VSS binary stensil format.

VTX

const Number VTX
MS Visio VTX xml template format.

VST

const Number VST
MS Visio VST binary template format.

VDW

const Number VDW
MS Visio VDW web drawing format.

VSDX

const Number VSDX
MS Visio 2013 VSDX file format.

VSTX

const Number VSTX
MS Visio 2013 VSTX Template file format.

VSSX

const Number VSSX
MS Visio 2013 VSSX file format.

CSV

const Number CSV
Represents a CSV file. The file format is not supported Only for dectecting file type.

XLSX

const Number XLSX
Represents an xlsx file. The file format is not supported Only for dectecting file type.

XLSM

const Number XLSM
Represents an xlsm file which enable macros. The file format is not supported Only for dectecting file type.

XLTX

const Number XLTX
Represents a template xltx file. The file format is not supported Only for dectecting file type.

XLTM

const Number XLTM
Represents a macro-enabled template xltm file. The file format is not supported Only for dectecting file type.

XLAM

const Number XLAM
Represents a addinMacro-enabled template xltm file. The file format is not supported Only for dectecting file type.

TAB_DELIMITED

const Number TAB_DELIMITED
Represents a tab delimited text file. The file format is not supported Only for dectecting file type.

HTML

const Number HTML
Represents a html file.

ODS

const Number ODS
Represents a ods file. The file format is not supported Only for dectecting file type.

EXCEL_97_TO_2003

const Number EXCEL_97_TO_2003
Represents an Excel97-2003 xls file. The file format is not supported Only for dectecting file type.

EXCEL_2003_XML

const Number EXCEL_2003_XML
Represents an Excel 2003 xml file. The file format is not supported Only for dectecting file type.

XLSB

const Number XLSB
Represents an xlsb file. The file format is not supported Only for dectecting file type.

UNKNOWN

const Number UNKNOWN
Represents unrecognized format, cannot be loaded.

PDF

const Number PDF
Represents a Pdf file.

XPS

const Number XPS
Represents an XPS file.

TIFF

const Number TIFF
Represents a TIFF file.

SVG

const Number SVG
Represents a svg file.

DOCX

const Number DOCX
Represents a docx file. The file format is not supported Only for dectecting file type.

DIF

const Number DIF
Data Interchange Format.

DOC

const Number DOC
Represents a doc file. The file format is not supported Only for dectecting file type.

PPT

const Number PPT
Represents a ppt file. The file format is not supported Only for dectecting file type.

MAPI_MESSAGE

const Number MAPI_MESSAGE
Represents a email file. The file format is not supported Only for dectecting file type.

MS_EQUATION

const Number MS_EQUATION
Represents the MS Equation 3.0 object. The file format is not supported Only for dectecting file type.

OLE_10_NATIVE

const Number OLE_10_NATIVE
Represents the embedded native object. The file format is not supported Only for dectecting file type.

DOCM

const Number DOCM
Represents a docm file. The file format is not supported Only for dectecting file type.

DOTX

const Number DOTX
Represents a dotx file. The file format is not supported Only for dectecting file type.

DOTM

const Number DOTM
Represents a dotm file. The file format is not supported Only for dectecting file type.

PPTM

const Number PPTM
Represents a pptm file. The file format is not supported Only for dectecting file type.

POTX

const Number POTX
Represents a Potx file. The file format is not supported Only for dectecting file type.

POTM

const Number POTM
Represents a Potm file. The file format is not supported Only for dectecting file type.

PPSX

const Number PPSX
Represents a ppsx file. The file format is not supported Only for dectecting file type.

PPSM

const Number PPSM
Represents a ppsm file. The file format is not supported Only for dectecting file type.

OOXML

const Number 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

const Number VSDM
MS Visio 2013 VSDM file format.

VSSM

const Number VSSM
MS Visio 2013 VSSM file format.

VSTM

const Number VSTM
MS Visio 2013 VSTM file format.

XML

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

SLDX

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

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