编程 Word Automation Services
上次修改时间: 2010年4月9日
适用范围: SharePoint Server 2010
Word Automation Services 通过丰富的 API(可用于创建自定义解决方案并利用服务的完整功能)公开其对象模型。两个主命名空间为 Microsoft.Office.Word.Server.Conversions 和 Microsoft.Office.Word.Server.Service。
备注
也可以使用 Windows PowerShell 1.0 来处理 Word Automation Services 对象模型。
本节内容
本节介绍如何配置用于开发的 Word Automation Services,检查根据 Word Automation Services 进行开发时使用的关键对象,并展示几种简短的端到端示例解决方案。
引用
配置 Word Automation Services 以进行开发
了解如何配置用于开发的 Word Automation Services。Word Automation Services 对象模型
了解开发自定义 Word Automation Services 解决方案时最常用的对象。演练:创建使用 Word Automation Services 的 Web 部件
了解 Word Automation Services 解决方案,它使用 Web 部件启动整个 SharePoint 文档库的文档转换。演练:使用编辑控制块菜单项创建转换作业
了解 Word Automation Services 解决方案,它使用编辑控制块 (ECB) 菜单项启动文档转换。演练:使用 Word Automation Services 创建工作流以存档文档
了解 Word Automation Services 解决方案,它使用 SharePoint Server 2010 工作流启动文档转换。
相关章节
Microsoft.Office.Word.Server.Conversions
包含文件转换功能的 Word Automation Services 命名空间。Microsoft.Office.Word.Server.Service
Word Automation Services 命名空间,它提供对 Word Automation Services 的访问权和其配置。