API Reference

Class

OdsAnnotation

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

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.

Methods

public Void Remove() #
Returns: Void

Removes this annotation from its cell.

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.