WorkerDocumentType Enumeration
In This Topic
List of supported Office document types in WorkerImports.
Syntax
Members
Member | Value | Description |
MSExcel2003XML | 5 | Microsoft Excel 2003 as XML document type. |
MSExcel2007XML | 4 | Microsoft Excel 2007 as XML document type. |
MSExcel97 | 6 | Microsoft Excel 97 document type. |
MSPowerPoint2007XML | 7 | Microsoft Power Point 2007 as XML document type. |
MSPowerPoint97 | 8 | Microsoft Power Point 97 document type. |
MSRichText | 9 | Microsoft Rich Text document type. |
MSWord2003XML | 2 | Microsoft Word 2003 as XML document type. |
MSWord2007XML | 1 | Microsoft Word 2007 as XML document type. |
MSWord97 | 3 | Microsoft Word 97 document type. |
PDF | 0 | PDF document type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.WorkerDocumentType
See Also