View.RevisionsBalloonWidthType Property

Definition

Sets or returns a constant representing the global setting that specifies how Microsoft Word measures the width of revision balloons.

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

Property Value

Remarks

WdRevisionsBalloonWidthType can be one of these WdRevisionsBalloonWidthType constants:

wdBalloonWidthPercent – Measured as a percentage of the width of the document.

wdBalloonWidthPoints – Measured in points.

The RevisionsBalloonWidthType property sets the measurement unit to use when setting the RevisionsBalloonWidth property.

Applies to