_Document.ConsecutiveHyphensLimit 属性

定义

返回或设置能够以连字符结尾的连续行的最大数目。

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

属性值

注解

如果此属性设置为 0 (零) ,则任意数量的连续行都可以以连字符结尾。

适用于