Document.ConsecutiveHyphensLimit 属性

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

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
Property ConsecutiveHyphensLimit As Integer
    Get
    Set
int ConsecutiveHyphensLimit { get; set; }

属性值

类型:System.Int32
能够以连字符结尾的连续行的最大数目。

备注

如果此属性设置为 0(零),则所有的连续行都能够以连字符结尾。

.NET Framework 安全性

请参见

参考

Document 接口

Microsoft.Office.Tools.Word 命名空间