Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XBookmarkInsertTool

Base Interface
com::sun::star::uno::XInterface

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
 
com::sun::star::text::XTextContent
insertNewBookmark(
[ in ] com::sun::star::text::XTextRange xTextRange,
[ in ] string aName );

Description
inserts a bookmark at the specified text position.

Top of Page