API Reference
Class
OdtTrackedChange
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.
Returned or exposed by
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.