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

interface XBookmarkInsertTool
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XBookmarkInsertTool
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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