Class OdfTrackedChange
Represents an ODF tracked change record. 表示一個 ODF 追蹤修訂 (Tracked Change) 記錄。
public sealed class OdfTrackedChange
- Inheritance
-
OdfTrackedChange
- Inherited Members
Constructors
OdfTrackedChange()
public OdfTrackedChange()
Properties
Author
Gets the name of the person who made this revision. 取得建立該修訂的人員姓名。
public string Author { get; init; }
Property Value
ChangeType
Gets the change type of this revision. 取得修訂的變更類型。
public OdfChangeType ChangeType { get; init; }
Property Value
ChangedAt
Gets the UTC time this revision was made. 取得建立該修訂的時間(UTC)。
public DateTime ChangedAt { get; init; }
Property Value
Content
Gets the text content involved in this revision. 取得該修訂所涉及的文字內容。
public string Content { get; init; }
Property Value
RegionId
Gets the change region ID (text:id). 取得變更區域 ID(text:id)。
public string RegionId { get; init; }