Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HyphenationOptions Class / ConsecutiveHyphensLimit Property

In This Topic
    ConsecutiveHyphensLimit Property
    In This Topic
    Gets or sets the maximum number of consecutive lines that can end with hyphens.
    Syntax
    'Declaration
     
    Public Property ConsecutiveHyphensLimit As System.UShort
    public System.ushort ConsecutiveHyphensLimit {get; set;}
    See Also