次の方法で共有


EmailOptions.AutoFormatAsYouTypeApplyFirstIndents プロパティ

定義

Microsoft Wordが、段落の先頭に入力されたスペースを 1 行目のインデントに自動的に置き換えるかどうかを決定します。

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

プロパティ値

注釈

このプロパティは、段落Word先頭に入力されたスペースを最初の行インデントに自動的に置き換える場合は True を返し、そうでない場合は False を返します。

適用対象