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

(Global Index)

Syntax

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

Description

represents the anchor of a sheet annotation.

Method Summary

getAnnotation returns the annotation at this anchor.

Method Details



getAnnotation

Syntax

com::sun::star::sheet::XSheetAnnotation getAnnotation ();

Description

returns the annotation at this anchor.

Top of Page