次の方法で共有


Language.DefaultWritingStyle プロパティ

定義

指定した言語の文章校正で使用するスタイルを作成する既定値を設定または返します。 The name of the writing style is the localized name for the specified language.

public:
 property System::String ^ DefaultWritingStyle { System::String ^ get(); void set(System::String ^ value); };
public string DefaultWritingStyle { get; set; }
member this.DefaultWritingStyle : string with get, set
Public Property DefaultWritingStyle As String

プロパティ値

注釈

This property controls the global setting for the writing style. このプロパティを設定するときは、[オプション] ダイアログ ボックス ([ツール] メニュー) の [スペル & 文法] タブの [書き込みスタイル] ボックスにある正確な名前を使用する必要があります。

プロパティは ActiveWritingStyle[Object] 、ドキュメント内の各言語の書き込みスタイルを設定します。 ActiveWritingStyle の設定は、 DefaultWritingStyle の設定をオーバーライドします。

適用対象