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設定します。

適用対象