_Document.HyphenationZone Property

Returns or sets the width of the hyphenation zone, in points.

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

Syntax

'Declaration
Property HyphenationZone As Integer
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Integer

value = instance.HyphenationZone

instance.HyphenationZone = value
int HyphenationZone { get; set; }

Property Value

Type: System.Int32

Remarks

The hyphenation zone is the maximum amount of space that Microsoft Word leaves between the end of the last word in a line and the right margin.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace