Skip to main content

%ZEN.Report.Display.bookmarkTree

deprecated class %ZEN.Report.Display.bookmarkTree extends %ZEN.Report.Display.childrenNode

bookmarkTree The bookmarkTree formatting object is used to hold a list of access points within the document such as a table of contents, a list of figures or tables, etc. Each access point is represented by a bookmark.
  <bookmarkTree>
     <bookmarkGroup group="FilmCategory">
      ...
     </bookmarkGroup>
     <bookmarkGroup group="Theatres">
      ...
     </bookmarkGroup>
   </bookmarkTree>
   

Method Inventory

Methods

method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean = 0) as %Status
%DrawToXSLFO() used by internals. All children of the bookmarkTree element are generated.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab