21module
com { module sun { module star { module sheet {
string getDate()
returns a formatted string representing the date when the annotation was last changed.
boolean getIsVisible()
returns, whether the annotation is permanently visible.
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.
string getAuthor()
returns the name of the user who last changed the annotation.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27