_Document.ConsecutiveHyphensLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.