Document.HyphenationZone Property
Gets or sets the width of the hyphenation zone, in points.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Property HyphenationZone As Integer
int HyphenationZone { get; set; }
Property Value
Type: System.Int32
The width of the hyphenation zone, in points.
Remarks
The hyphenation zone is the maximum amount of space that Microsoft Office Word leaves between the end of the last word in a line and the right margin.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.