LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XSheetAnnotation_idl__
21 #define __com_sun_star_sheet_XSheetAnnotation_idl__
27 module
com { module sun { module star { module sheet {
string getDate()
returns a formatted string representing the date when the annotation was last changed.
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
boolean getIsVisible()
returns, whether the annotation is permanently visible.
string getAuthor()
returns the name of the user who last changed the annotation.
void setIsVisible([in] boolean bIsVisible)
specifies whether the annotation is permanently visible.
com::sun::star::table::CellAddress getPosition()
returns the position of cell in the spreadsheet document that contains this annotation.
Definition: Ambiguous.idl:22
provides methods to query data of the annotation and to show and hide it.
Definition: XSheetAnnotation.idl:36
base interface of all UNO interfaces
Definition: XInterface.idl:48