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

com :: sun :: star :: sdb ::

interface XBookmarksSupplier

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

Description
provides access to the collection of all bookmarks associated with a data source.


Known Services which Export this Interface

com::sun::star::sdb::DataSource is a factory to establish database connections. It should be registered at a NamingService.

Methods' Summary

getBookmarks

Methods' Details

getBookmarks
 
com::sun::star::container::XNameAccess
getBookmarks();
Returns
the collection of all bookmarks associated with a data source

A bookmark is simply a string specifying the location of the bookmarked document.


Top of Page