DocumentInspector interface

Office 2013 and later

Represents a Document Inspector module in a DocumentInspectors collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

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.

Show: