Document.AutoHyphenation Property

Definition

Gets or sets a value that indicates whether automatic hyphenation is turned on for the specified document.

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

Property Value

true if automatic hyphenation is turned on for the specified document; otherwise, false.

Applies to