deprecatedclass %ZEN.Report.Display.bookmark
extends childrenNode
bookmark
The book formatting object is used to identify an access point, by name, and to specify where that access point is within the current document or another external document. A given bookmark may be further subdivided into a sequence of (sub-)bookmarks to as many levels as the authors desire.
property externalDestination
as %ZEN.Datatype.string;
externalDestion
This attribute if not null is the uri to a place in another document
property internalDestination
as %ZEN.Datatype.string;
internalDestination
This attribute if not null is the idref of a place in the document of which it is a part
property startingState
as %ZEN.Datatype.string;
Specifies how the formatting object to which it applies is initially displayed.
Values have the following meanings:
show
hide
show
The content of the formatting object is a candidate for being displayed initially.
hide
The content of the formatting object is not a candidate for being displayed initially.