BalloonState Enumeration

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
Public Enumeration BalloonState
'Usage
Dim instance As BalloonState
public enum BalloonState

Members

Member name Description
AlwaysUse Specifies that revisions are always shown in balloons.
Inline Specifies that all revisions are shown inline.
OnlyCommentsAndFormatting Specifies that only comments and formatting are shown in balloons.

Remarks

This affects only the output of conversions that contain comments or tracked changes. The default value is OnlyCommentsAndFormatting.

See Also

Reference

Microsoft.Office.Word.Server.Conversions Namespace