Skip to content

Tag Definition: bookmark

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

name

required

None

x

implied

None

y

implied

None

Can contain
EMPTY

Purpose

This lets you link a location in the document so you can then jump to it from a different location. This works to jump to different parts of a page.

Example usage

<story>
    <blockTable><tr><td destination="bm_my_content">Content</td></tr></blockTable>
    <nextPage/>
    <para>Text</para>
    <nextPage/>
    <bookmark name="bm_my_content" x="30" y="40"/>
    <para>Specific Text</para>
    <nextPage/>
    <para>Text</para>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <template> ➔ <story> ➔ <bookmark>