Options.AutoFormatApplyBulletedLists プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
True を指定すると、Microsoft Wordが文書または範囲を自動的に書式設定するときに、リスト段落の先頭にある文字 (アスタリスク、ハイフン、大きい記号など) が [箇条書きと段落番号] ダイアログ ボックス ([書式] メニュー) の行頭文字に置き換えられます。
public:
property bool AutoFormatApplyBulletedLists { bool get(); void set(bool value); };
public bool AutoFormatApplyBulletedLists { get; set; }
member this.AutoFormatApplyBulletedLists : bool with get, set
Public Property AutoFormatApplyBulletedLists As Boolean