View.RevisionsBalloonWidthType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.