Hyphenation
ConsecutiveHyphensLimit Property
|
Specifies the maximum number of consecutive lines of text that can end with a hyphen.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int ConsecutiveHyphensLimit { get; set; }
Public Property ConsecutiveHyphensLimit As Integer
Get
Set
public:
property int ConsecutiveHyphensLimit {
int get ();
void set (int value);
}
member ConsecutiveHyphensLimit : int with get, set
Property Value
Type:
Int32
The consecutive hyphens limit.
See Also