API Reference
Class
OdsAnnotation
A spreadsheet cell annotation (the OpenDocument equivalent of an Excel note/comment).
Inheritance
- Object
- OdsAnnotation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OdsCell.AddAnnotation
- Property OdsCell.Annotation
- Property OdsCell.Annotations
- Property OdsCellRun.Annotation
- Property OdsCellRun.Annotations
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Stable annotation name when one was authored.
public String Creator { get; set; } #Annotation author.
public Nullable<DateTimeOffset> Date { get; set; } #Annotation timestamp, when represented by a valid round-trip ODF date.
public String Text { get; set; } #Plain annotation body with ODF spaces, tabs, and line breaks decoded.