IDocumentInspector Interface

Definition

Represents the interface through which the methods of a IDocumentInspector object are accessed.

public interface class IDocumentInspector
[System.Runtime.InteropServices.Guid("000CD706-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDocumentInspector
[<System.Runtime.InteropServices.Guid("000CD706-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDocumentInspector = interface
Public Interface IDocumentInspector
Attributes

Remarks

Note: The IDocumentInspector object is for the exclusive use of custom Document Inspector module authors and cannot be used with Visual Basic for Applications (VBA).

IDocumentInspector provides access to the GetInfo(String, String), Inspect(Object, MsoDocInspectorStatus, String, String), and Fix(Object, Int32, MsoDocInspectorStatus, String) methods. The IDocumentInspector object is used with custom Document Inspector modules. This is in contrast to modules that are shipped with 1st_Office12.

Methods

Fix(Object, Int32, MsoDocInspectorStatus, String)

Performs some action on specific information items or document properties by using a custom Document Inspector module.

GetInfo(String, String)

Gets information about a custom Document Inspector module.

Inspect(Object, MsoDocInspectorStatus, String, String)

Inspects a document for specific information items or document properties by using a custom Document Inspector module.

Applies to