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

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

interface XBookmarksSupplier

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

Description
provides access to the collection of all bookmarks within this text container.


Methods' Summary

getBookmarks

Methods' Details

getBookmarks
 
com::sun::star::container::XNameAccess
getBookmarks();
Returns
the collection of all Bookmark instances which are within this context and which support the Bookmarks service.

Top of Page