Rows.WrapAroundText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定文本是否应环绕指定的行。
public:
property int WrapAroundText { int get(); void set(int value); };
public int WrapAroundText { get; set; }
member this.WrapAroundText : int with get, set
Public Property WrapAroundText As Integer
属性值
注解
如果只有某些指定的行具有启用换行,则返回 wdUndefined 。
属性可以设置为 True 或 False。
将 WrapAroundText 属性设置为 False 还会将该 AllowOverlap 属性设置为 False。 此外将 AllowOverlap 属性设置为 True 将 WrapAroundText 属性设置为 True 。