DocumentInspector Interface
Represents a Document Inspector module in a DocumentInspectors collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C0393-0000-0000-C000-000000000046")> _
Public Interface DocumentInspector _
Inherits _IMsoDispObj
'Usage
Dim instance As DocumentInspector
[GuidAttribute("000C0393-0000-0000-C000-000000000046")]
public interface DocumentInspector : _IMsoDispObj
Remarks
DocumentInspector object provides access to the Inspect(MsoDocInspectorStatus, String) and Fix(MsoDocInspectorStatus, String) methods. The DocumentInspector object represents custom Document Inspector modules and some "built-in" options. To see the list of built-in options, open the Document Inspector dialog box from the File menu. The first two options (Comments, Revisions, Versions, and Annotations; Document Properties and Personal Information) are not listed in the DocumentInspectors collection; instead their functionality is available through the RemoveDocumentInformation method. The remaining options in the dialog box and any installed custom modules developed by third-party sources are available from the DocumentInspectors collection by specifying an index value.