Word.Interfaces.TrackedChangeData interface

trackedChange.toJSON() の呼び出しによって返されるデータを記述するインターフェイス。

注釈

使用元

プロパティ

author

変更履歴の作成者を取得します。

date

変更履歴の日付を取得します。

text

変更履歴のテキストを取得します。

type

変更履歴の種類を取得します。

プロパティの詳細

author

変更履歴の作成者を取得します。

author?: string;

プロパティ値

string

注釈

API セット: WordApi 1.6

date

変更履歴の日付を取得します。

date?: Date;

プロパティ値

Date

注釈

API セット: WordApi 1.6

text

変更履歴のテキストを取得します。

text?: string;

プロパティ値

string

注釈

API セット: WordApi 1.6

type

変更履歴の種類を取得します。

type?: Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted";

プロパティ値

Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted"

注釈

API セット: WordApi 1.6