次の方法で共有


FirstLetterException インターフェイス

定義

オートコレクトの例外処理の対象となる略語を表します。

public interface class FirstLetterException
[System.Runtime.InteropServices.Guid("00020945-0000-0000-C000-000000000046")]
public interface FirstLetterException
type FirstLetterException = interface
Public Interface FirstLetterException
属性

注釈

FirstLetterException オブジェクトは、コレクションのFirstLetterExceptionsメンバーです。 FirstLetterExceptions コレクションには、除外されたすべての省略形が含まれています。 プロパティが True に設定されている場合、ピリオドの後の最初のCorrectSentenceCaps文字は自動的に大文字になります。 FirstLetterExceptions コレクション内の項目の後に入力した文字は大文字ではありません。

FirstLetterExceptions(index) index は省略形またはインデックス番号を使用して、1 つの FirstLetterException オブジェクトを返します。

メソッドを Add(String) 使用して、先頭文字の例外の一覧に省略形を追加します。

プロパティ

Application

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

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Index

コレクション内の項目の位置を表す整数型 ( Integer) の値を取得します。

Name

指定したオブジェクトの名前を設定または返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

Delete()

指定されたオブジェクトを削除します。

適用対象