View.RevisionsBalloonWidth Property

Sets or returns a Single representing the global setting in Microsoft Word that specifies the width of the revision balloons.

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

Syntax

'Declaration
Property RevisionsBalloonWidth As Single
    Get
    Set
'Usage
Dim instance As View
Dim value As Single

value = instance.RevisionsBalloonWidth

instance.RevisionsBalloonWidth = value
float RevisionsBalloonWidth { get; set; }

Property Value

Type: System.Single

Remarks

The width of revision balloons includes padding of one-half inch between the document margin and the edge of the balloon and one-eighth of an inch between the edge of the balloon and the edge of the paper. Microsoft Word adds space along the left or right edge of the paper. This width is extended into the margin and does not change the width of the document or paper size. Use the WdRevisionsBalloonWidthType property to specify the measurement to use when setting the RevisionsBalloonWidth property.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace