_Document.ConsecutiveHyphensLimit Property

Definition

Returns or sets the maximum number of consecutive lines that can end with hyphens.

public:
 property int ConsecutiveHyphensLimit { int get(); void set(int value); };
public int ConsecutiveHyphensLimit { get; set; }
member this.ConsecutiveHyphensLimit : int with get, set
Public Property ConsecutiveHyphensLimit As Integer

Property Value

Remarks

If this property is set to 0 (zero), any number of consecutive lines can end with hyphens.

Applies to