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

interface XBookmarkInsertTool
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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
[in] string
 
xTextRange,
aName );

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