FixedFormatSettings.BalloonState Property
Specifies the visibility of markup balloons in the document.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BalloonState As BalloonState
Get
Set
'Usage
Dim instance As FixedFormatSettings
Dim value As BalloonState
value = instance.BalloonState
instance.BalloonState = value
[DataMemberAttribute]
public BalloonState BalloonState { get; set; }
Property Value
Type: Microsoft.Office.Word.Server.Conversions.BalloonState
One of the BalloonState values. The default is OnlyCommentsAndFormatting.