Table of Contents

Class OdfTrackedChange

Namespace
OdfKit.Text
Assembly
OdfKit.dll

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

string

ChangeType

Gets the change type of this revision. 取得修訂的變更類型。

public OdfChangeType ChangeType { get; init; }

Property Value

OdfChangeType

ChangedAt

Gets the UTC time this revision was made. 取得建立該修訂的時間(UTC)。

public DateTime ChangedAt { get; init; }

Property Value

DateTime

Content

Gets the text content involved in this revision. 取得該修訂所涉及的文字內容。

public string Content { get; init; }

Property Value

string

RegionId

Gets the change region ID (text:id). 取得變更區域 ID(text:id)。

public string RegionId { get; init; }

Property Value

string