:: com :: sun :: star :: text ::

interface XBookmarkInsertTool
Description
offers an easy way to insert bookmarks by name.
See also
Text

Methods' Summary
insertNewBookmark inserts a bookmark at the specified text position.  
Methods' Details
insertNewBookmark
XTextContent
insertNewBookmark( [in] XTextRange  xTextRange,
[in] string  aName );

Description
inserts a bookmark at the specified text position.
Top of Page