DocumentInspector 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示集合中的 DocumentInspectors 文档检查器模块。
public interface class DocumentInspector : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0393-0000-0000-C000-000000000046")]
public interface DocumentInspector : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0393-0000-0000-C000-000000000046")>]
type DocumentInspector = interface
interface _IMsoDispObj
Public Interface DocumentInspector
Implements _IMsoDispObj
- 属性
- 实现
注解
DocumentInspector 对象提供对 Inspect(MsoDocInspectorStatus, String) 和 Fix(MsoDocInspectorStatus, String) 方法的访问。 对象 DocumentInspector 表示自定义文档检查器模块和一些“内置”选项。 要查看内置选项的列表,请从“文件”菜单中打开“文档检查器”对话框。 前两个选项 (注释、修订、版本和批注;集合中DocumentInspectors未列出文档属性和个人信息) ,而是通过 RemoveDocumentInformation 方法提供其功能。 对话框中的剩余选项以及由第三方源开发的任何已安装自定义模块都可以通过指定索引值从 DocumentInspectors 集合中获取。
属性
Application |
获取一个 _Application 对象,该对象表示对象的创建者 DocumentInspector 。 只读。 |
Creator |
获取一个 32 位整数,该整数指示创建对象的应用程序 DocumentInspector 。 只读。 |
Description |
获取 对象的说明 DocumentInspector 。 只读。 |
Name |
获取由 DocumentInspector 对象表示的模块的名称。 只读。 |
Parent |
获取一个对象,该对象表示对象的 DocumentInspector 父级。 只读。 |
方法
Fix(MsoDocInspectorStatus, String) |
对特定信息项目或文档属性执行操作,具体情况取决于指定的文档检查器模块。 |
Inspect(MsoDocInspectorStatus, String) |
检查文档的特定信息或文档属性。 |