Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service CellAnnotation

Description
represents a cell annotation object attached to a spreadsheet cell.
See also
com::sun::star::sheet::SheetCell


Exported Interfaces

com::sun::star::sheet::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.

Top of Page