Paragraph style names and bookmark levels
| Namespace | http://www.w3.org/2001/XMLSchema |
string
This element specifies the paragraph styles of the titles to convert into bookmarks. It also specifies the level of the bookmark for the title.
If the parent element's convertAll element is true, this element is ignored.
Here is an example of this element:
<stylesToBookmark convertAll="false"> <stylesWithLevels> Heading 1=1,Heading 2=2,Heading 3=3,Heading 4=4, Heading 5=5,Heading 6=6,Heading 7=7,Heading 8=8,Heading 9=9 </stylesWithLevels> </stylesToBookmark>