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

service CellAnnotation
Description
represents a cell annotation object attached to a spreadsheet cell.
See also
SheetCell
Developers Guide
9.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cells - Cell Annotations

Exported Interfaces
XSheetAnnotation
Description
provides methods to query data of the annotation and to show and hide it.
::com::sun::star::container::XChild
Description
provides access to the parent of this object.

The parent of a cell annotation is the cell that contains it.

::com::sun::star::text::XSimpleText
Description
provides access to the text contents of the annotation.
XSheetAnnotationShapeSupplier
Usage Restrictions
optional

 
Top of Page