Paragraphs.Hyphenation 属性

定义

确定指定的段落是否包含在自动断字中。

public:
 property int Hyphenation { int get(); void set(int value); };
public int Hyphenation { get; set; }
member this.Hyphenation : int with get, set
Public Property Hyphenation As Integer

属性值

注解

如果指定的段落包含在自动断字中,则此属性返回 True ,否则返回 False 。 将属性值设置为 TrueFalse 以启用或禁用该功能。

如果要从自动断字中排除指定的段落,则此属性返回 False

可能的返回值为 TrueFalsewdUndefined

适用于