IDocumentInspector インターフェイス

定義

オブジェクトのメソッドにアクセスするインターフェイスを IDocumentInspector 表します。

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
属性

注釈

: オブジェクトはIDocumentInspector、カスタムの Document Inspector モジュール作成者専用であり、Visual Basic for Applications (VBA) では使用できません。

IDocumentInspectorは、GetInfo(String, String)Inspect(Object, MsoDocInspectorStatus, String, String)および Fix(Object, Int32, MsoDocInspectorStatus, String) メソッドへのアクセスを提供します。 オブジェクトは IDocumentInspector 、カスタムドキュメントインスペクターモジュールで使用されます。 これは、1st_Office12に付属するモジュールとは対照的です。

メソッド

Fix(Object, Int32, MsoDocInspectorStatus, String)

特定の情報項目やドキュメントのプロパティに、カスタム ドキュメント検査モジュールを使用してアクションを実行します。

GetInfo(String, String)

カスタム ドキュメント検査モジュールについての情報を取得します。

Inspect(Object, MsoDocInspectorStatus, String, String)

カスタム ドキュメント検査モジュールを使用してドキュメントを検査して、特定の情報項目やドキュメントのプロパティを検出します。

適用対象