API Reference

Class

OdtTrackedChange

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT tracked change.

Inheritance

  • Object
  • OdtTrackedChange

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Void Accept() #
Returns: Void

Accepts this change in the owning document.

public Void Reject() #
Returns: Void

Rejects this change in the owning document.

Properties

public String Id { get; } #

Stable change identifier.

public OdtTrackedChangeKind Kind { get; } #

Change kind.

public String Creator { get; } #

Recorded creator.

public Nullable<DateTimeOffset> Date { get; } #

Recorded change timestamp.

public String DeletedText { get; } #

Plain deleted content for a deletion change, or empty text for an insertion declaration.