OMathAutoCorrectEntry インターフェイス

定義

コレクション内の個々のエントリを OMathAutoCorrectEntries 表します。

public interface class OMathAutoCorrectEntry
[System.Runtime.InteropServices.Guid("D8779F01-4869-4403-B334-D60C5F9C9175")]
public interface OMathAutoCorrectEntry
type OMathAutoCorrectEntry = interface
Public Interface OMathAutoCorrectEntry
属性

プロパティ

Application

Microsoft Word アプリケーションを表す オブジェクトを返します。

Creator

アドインが作成されたアプリケーションを示す 32 ビット整数を返します。 読み取り専用です。

Index

コレクション内の項目の位置を表す Integer オブジェクトを返します。 読み取り専用です。

Name

の名前を表す文字列型 ( String) の値 OMathAutoCorrectEntryを取得または設定します。 値の取得と設定が可能です。

Parent

指定した OMathAutoCorrectEntry オブジェクトの親オブジェクトを返します。

Value

の内容を表す文字列型 ( String) の値 OMathAutoCorrectEntryを取得または設定します。 値の取得と設定が可能です。

メソッド

Delete()

指定した を削除します OMathAutoCorrectEntry

適用対象