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

interface XSheetAnnotationAnchor
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSheetAnnotationAnchor
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a cell annotation attached to a spreadsheet cell.
See also
::com::sun::star::sheet::SheetCell
See also
::com::sun::star::sheet::CellAnnotation
Developers Guide
Methods' Summary
getAnnotation returns the annotation at this anchor.  
Methods' Details
getAnnotation
::com::sun::star::sheet::XSheetAnnotation
getAnnotation();

Description
returns the annotation at this anchor.
Top of Page