Paragraphs.HangingPunctuation 属性

定义

确定是否为指定的段落启用了悬挂标点符号。

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 。 将属性值设置为 TrueFalse 以启用或禁用该功能。

如果仅对某些指定段落设置为 True,则此属性返回 wdUndefined

适用于