macrolist element

Type:Heading Tags
Attributes:
See:body head macro

The macrolist tag contains the list of bookmarks defined in the document. The head tag of the document may optionally contain a single macrolist element, which in turn may contain one or more macro tags.

<head>
<macrolist>
  <macro id="watermark">
    <div rotate="-45" font-size="48pt">
      Confidential
    </div>
  </macro>
</macrolist>
</head>