次の方法で共有


Options.AutoFormatAsYouTypeApplyNumberedLists プロパティ

定義

True の 場合、段落が段落番号付きリストとして自動的に書式設定され、[箇条書きと段落番号] ダイアログ ボックス ([書式] メニュー) から、入力内容に従って番号付けスキームが設定されます。

public:
 property bool AutoFormatAsYouTypeApplyNumberedLists { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeApplyNumberedLists { get; set; }
member this.AutoFormatAsYouTypeApplyNumberedLists : bool with get, set
Public Property AutoFormatAsYouTypeApplyNumberedLists As Boolean

プロパティ値

注釈

たとえば、段落が "1.1" で始まり、タブ文字である場合、Microsoft Wordは、Enter キーを押した後に "1.2" とタブ文字を自動的に挿入します。

適用対象