View.RevisionsBalloonWidth Property

Definition

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

public:
 property float RevisionsBalloonWidth { float get(); void set(float value); };
public float RevisionsBalloonWidth { get; set; }
member this.RevisionsBalloonWidth : single with get, set
Public Property RevisionsBalloonWidth As Single

Property Value

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.

Applies to