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

(Global Index)

Syntax

interface XSheetAnnotationsSupplier : com::sun::star::uno::XInterface ;

Description

enables access to a collection of annotations.

Method Summary

getAnnotations returns the collection of annotations.

Known Services Which Export this Interface

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

Method Details



getAnnotations

Syntax

com::sun::star::sheet::XSheetAnnotations getAnnotations ();

Description

returns the collection of annotations.

Top of Page