interface XBookmarkInsertTool in module com::sun::star::text::

(Global Index)

Syntax

interface XBookmarkInsertTool : com::sun::star::uno::XInterface ;

Description

offers an easy way to insert bookmarks by name.

See also

Text

Method Summary

insertNewBookmark inserts a bookmark at the specified text position.

Method Details



insertNewBookmark

Syntax

com::sun::star::text::XTextContent insertNewBookmark (
com::sun::star::text::XTextRange xTextRange,
string aName );

Description

inserts a bookmark at the specified text position.

Top of Page