_Document.AutoHyphenation プロパティ

定義

指定した文書に対して自動ハイフネーションを有効にするかどうかを指定します。

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

プロパティ値

注釈

このプロパティは、指定した文書に対して自動ハイフネーションが有効になっている場合は True を、そうでない場合は False を 返します。

適用対象