2.2.5.3 FixedFormatBookmark

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

A string value specifying the preferred creation of bookmarks 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="FixedFormatBookmark" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Headings"/>
     <xs:enumeration value="Bookmarks"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

None

Create no bookmarks.

Headings

Create bookmarks from the headings in the input file.

Bookmarks

Create bookmarks from the bookmarks in the input file.