WdRevisionsBalloonWidthType Enum
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.
Specifies how Microsoft Word measures the width of revision balloons.
public enum class WdRevisionsBalloonWidthType
[System.Runtime.InteropServices.Guid("F9AC6CAA-EAA0-3A0A-A87E-1CC2A60AA19F")]
public enum WdRevisionsBalloonWidthType
type WdRevisionsBalloonWidthType =
Public Enum WdRevisionsBalloonWidthType
- Inheritance
-
WdRevisionsBalloonWidthType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdBalloonWidthPercent | 0 | Measured as a percentage of the width of the document. |
wdBalloonWidthPoints | 1 | Measured in points. |