View.RevisionsBalloonWidthType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或返回一个常量,该常量表示全局设置,该设置指定 Microsoft Word如何测量修订气球的宽度。
public:
property Microsoft::Office::Interop::Word::WdRevisionsBalloonWidthType RevisionsBalloonWidthType { Microsoft::Office::Interop::Word::WdRevisionsBalloonWidthType get(); void set(Microsoft::Office::Interop::Word::WdRevisionsBalloonWidthType value); };
public Microsoft.Office.Interop.Word.WdRevisionsBalloonWidthType RevisionsBalloonWidthType { get; set; }
member this.RevisionsBalloonWidthType : Microsoft.Office.Interop.Word.WdRevisionsBalloonWidthType with get, set
Public Property RevisionsBalloonWidthType As WdRevisionsBalloonWidthType
属性值
注解
WdRevisionsBalloonWidthType 可以是以下 WdRevisionsBalloonWidthType 常量之一:
wdBalloonWidthPercent - 以文档宽度的百分比度量。
wdBalloonWidthPoints – 以磅为单位测量。
RevisionsBalloonWidthType 属性设置设置属性时RevisionsBalloonWidth要使用的度量单位。