_Document.ConsecutiveHyphensLimit Property
Returns or sets the maximum number of consecutive lines that can end with hyphens.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ConsecutiveHyphensLimit As Integer
Get
Set
'Usage
Dim instance As _Document
Dim value As Integer
value = instance.ConsecutiveHyphensLimit
instance.ConsecutiveHyphensLimit = value
int ConsecutiveHyphensLimit { get; set; }
Property Value
Type: System.Int32
Remarks
If this property is set to 0 (zero), any number of consecutive lines can end with hyphens.