Paragraphs.HangingPunctuation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否为指定的段落启用了悬挂标点符号。
public:
property int HangingPunctuation { int get(); void set(int value); };
public int HangingPunctuation { get; set; }
member this.HangingPunctuation : int with get, set
Public Property HangingPunctuation As Integer
属性值
注解
如果为指定段落启用了悬挂标点符号,则此属性返回 True ;如果未启用,则返回 False 。 将属性值设置为 True 或 False 以启用或禁用该功能。
如果仅对某些指定段落设置为 True,则此属性返回 wdUndefined。