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

interface XSheetAnnotationShapeSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSheetAnnotationShapeSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides methods to get the shape of o annotation
See also
::com::sun::star::sheet::CellAnnotation
See also
::com::sun::star::sheet::CellAnnotationShape

Methods' Summary
getAnnotationShape returns the shape of the annotation  
Methods' Details
getAnnotationShape
::com::sun::star::drawing::XShape
getAnnotationShape();

Description
returns the shape of the annotation
Top of Page