次の方法で共有


_ParagraphFormat.AutoAdjustRightIndent プロパティ

定義

True の 場合は、指定した段落の右インデントを自動的に調整する Microsoft Wordが設定されている場合は、行ごとに設定された文字数を指定した場合。

public:
 property int AutoAdjustRightIndent { int get(); void set(int value); };
public int AutoAdjustRightIndent { get; set; }
member this.AutoAdjustRightIndent : int with get, set
Public Property AutoAdjustRightIndent As Integer

プロパティ値

注釈

指定した段落の一部だけを True に設定されている場合、このプロパティは wdUndefined を返します。

適用対象