次の方法で共有


AutoCorrect.FirstLetterExceptions プロパティ

定義

FirstLetterExceptions Microsoft Wordが次の文字を自動的に大文字にしない省略形の一覧を表すコレクションを返します。

public:
 property Microsoft::Office::Interop::Word::FirstLetterExceptions ^ FirstLetterExceptions { Microsoft::Office::Interop::Word::FirstLetterExceptions ^ get(); };
public Microsoft.Office.Interop.Word.FirstLetterExceptions FirstLetterExceptions { get; }
member this.FirstLetterExceptions : Microsoft.Office.Interop.Word.FirstLetterExceptions
Public ReadOnly Property FirstLetterExceptions As FirstLetterExceptions

プロパティ値

注釈

この一覧は、[オートコレクトの例外] ダイアログ ボックス ([オートコレクト] コマンドの [ツール] メニュー) の [最初の文字] タブのオートコレクト例外の一覧に対応します。

適用対象