WPS 基础接口 > 演示 API 参考 > Presentation > 属性 > Presentation.NoLineBreakBefore 属性
返回或设置后置标点字符。可读/写 String 类型。

语法

表达式.NoLineBreakBefore

表达式   一个代表 Presentation 对象的变量。

返回值
String

示例

本示例将“!”、“)”和“]”设置为后置字符。

示例代码
let tion = ActivePresentation
tion.FarEastLineBreakLevel = ppFarEastLineBreakLevelCustom
tion.NoLineBreakBefore =  "!)]"

no line break before No Line Break Before 属性 nolinebreakbefore 属性


请参阅