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

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

interface XSheetAnnotationsSupplier

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

Description
provides access to a collection of cell annotations.


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.

Methods' Summary

getAnnotations

Methods' Details

getAnnotations
 
com::sun::star::sheet::XSheetAnnotations
getAnnotations();
Returns
the collection of cell annotations.
See also
com::sun::star::sheet::CellAnnotations

Top of Page