TextParagraphProperties.AlwaysCollapsible プロパティ

定義

書式設定された行を常に折りたたむことができるかどうかを示す値を取得します。

public:
 virtual property bool AlwaysCollapsible { bool get(); };
public virtual bool AlwaysCollapsible { get; }
member this.AlwaysCollapsible : bool
Public Overridable ReadOnly Property AlwaysCollapsible As Boolean

プロパティ値

true 書式設定された行を常に折りたたむことができる場合。それ以外の場合は、 false。段落幅をオーバーフローする書式設定された行のみが折りたたまれることを示します。 既定値は false です。

適用対象