interface XSheetAnnotations in module com::sun::star::sheet::

(Global Index)

Syntax

interface XSheetAnnotations : com::sun::star::container::XIndexAccess ;

Description

represents a collection of annotations on a sheet.

See also

CellAnnotations

Method Summary

insertNew creates and inserts a new annotation and adds it to the collection.

removeByIndex removes an annotation from the collection.

Known Services Which Export this Interface

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

Method Details



insertNew

Syntax

void insertNew (
com::sun::star::table::CellAddress aPosition,
string aText );

Description

creates and inserts a new annotation and adds it to the collection.


removeByIndex

Syntax

void removeByIndex (
long nIndex );

Description

removes an annotation from the collection.

Top of Page