Syntax
interface XSheetAnnotation : com::sun::star::uno::XInterface ;
Description
represents an annotation on a sheet.
See also
- CellAnnotation
-
Known Services Which Export this Interface
|
com::sun::star::sheet::CellAnnotation -
Method Details
|
|
Syntax
- com::sun::star::table::CellAddress getPosition
();
Returns
-
the position of the annotation in the document.
Syntax
- string getAuthor
();
Returns
-
the name of the user who last changed the annotation.
Syntax
- string getDate
();
Returns
-
a formatted string for the date when the annotation was last changed.
Syntax
- boolean getIsVisible
();
Returns
-
whether the annotation is permanently visible or not.
Syntax
- void setIsVisible
(
- boolean bIsVisible );
Description
specifies if the annotation is permanently visible.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.