View.RevisionsBalloonWidthType Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RevisionsBalloonWidthType As WdRevisionsBalloonWidthType
    Get
    Set
'Usage
Dim instance As View
Dim value As WdRevisionsBalloonWidthType

value = instance.RevisionsBalloonWidthType

instance.RevisionsBalloonWidthType = value
WdRevisionsBalloonWidthType RevisionsBalloonWidthType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRevisionsBalloonWidthType

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.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace