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

interface XBookmarksSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XBookmarksSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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 ::com::sun::star::text::Bookmark instances which are within this context and which support the ::com::sun::star::text::Bookmarks service.
Top of Page