Share via


View.RevisionsBalloonWidthType 属性

定义

设置或返回一个常量,该常量表示全局设置,该设置指定 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要使用的度量单位。

适用于