MsoFileType 枚举
本文内容
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定文件类型。
public enum class MsoFileType
public enum MsoFileType
type MsoFileType =
Public Enum MsoFileType
- 继承
-
MsoFileType
名称 | 值 | 说明 |
---|---|---|
msoFileTypeAllFiles | 1 | 所有文件。 |
msoFileTypeOfficeFiles | 2 | 具有以下任一扩展名的文件:*.doc、*.xls、*.ppt、*.pps、*.obd、*.mdb、*.mpd、*.dot、*.xlt、*.pot、*.obt、*.htm 或 *.html。 |
msoFileTypeWordDocuments | 3 | Microsoft Word文档文件 (*.doc) 。 |
msoFileTypeExcelWorkbooks | 4 | Microsoft Excel 工作簿 (*.wbk) 。 |
msoFileTypePowerPointPresentations | 5 | PowerPoint 演示文稿文件 (.ppt) 、PowerPoint 模板文件 (.pot) 或 PowerPoint 幻灯片放映文件 (*.pps) 。 |
msoFileTypeBinders | 6 | Microsoft binder 文件 (*.obd) 。 |
msoFileTypeDatabases | 7 | 数据库文件 (*.mdb) 。 |
msoFileTypeTemplates | 8 | Microsoft PowerPoint 模板 (.pot) 、Word模板 (.dot) 、Excel 模板 (*.xlt) 。 |
msoFileTypeOutlookItems | 9 | 任何Microsoft Outlook 项文件。 |
msoFileTypeMailItem | 10 | 邮件项文件 (*.msg) 。 |
msoFileTypeCalendarItem | 11 | 日历项文件 (*.ics 或 *.vsc) 。 |
msoFileTypeContactItem | 12 | 联系人项文件 (*.vcf) 。 |
msoFileTypeNoteItem | 13 | Microsoft Outlook 备注项。 |
msoFileTypeJournalItem | 14 | Microsoft Outlook 日记 项 |
msoFileTypeTaskItem | 15 | Microsoft Outlook 任务项。 |
msoFileTypePhotoDrawFiles | 16 | PhotoDraw 项目文件 (*.mix) 。 |
msoFileTypeDataConnectionFiles | 17 | 数据连接文件 (*.mdf) 。 |
msoFileTypePublisherFiles | 18 | Microsoft发布服务器文件 (*.pub) |
msoFileTypeProjectFiles | 19 | 项目文件 (*.mpd) 。 |
msoFileTypeDocumentImagingFiles | 20 | Microsoft文档映像文件 (*.mdi) 。 |
msoFileTypeVisioFiles | 21 | Microsoft Visio 文件 (*.vsd) 。 |
msoFileTypeDesignerFiles | 22 | Visual Basic Active Designer 文件 (*.dsr) 。 |
msoFileTypeWebPages | 23 | HTML 文件 (*.htm 或 *.html) 。 |