:: com :: sun :: star :: sheet ::

interface XSheetAnnotationsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSheetAnnotationsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a collection of cell annotations.

Methods' Summary
getAnnotations returns the collection of cell annotations.  
Methods' Details
getAnnotations
::com::sun::star::sheet::XSheetAnnotations
getAnnotations();

Description
returns the collection of cell annotations.
See also
::com::sun::star::sheet::CellAnnotations
Top of Page