_Document.AutoHyphenation Property

Determines if automatic hyphenation is turned on for the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoHyphenation As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.AutoHyphenation

instance.AutoHyphenation = value
bool AutoHyphenation { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if automatic hyphenation is turned on for the specified document, and False if not.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace