2.2.5.1 BalloonState

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions

A string value specifying the preferred visibility of markup balloons in the output file of a conversion item in a conversion job with a preferred SaveFormat (section 2.2.5.10) value of PDF or XPS.

 <xs:simpleType name="BalloonState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="AlwaysUse"/>
     <xs:enumeration value="Inline"/>
     <xs:enumeration value="OnlyCommentsAndFormatting"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the BalloonState simple type.

Value

Meaning

AlwaysUse

Display all revision marking and comments in balloons.

Inline

Display all revision marking and comments inline.

OnlyCommentsAndFormatting

Display only comments and formatting revisions in markup balloons and other revision marking inline.