Word.Interfaces.TrackedChangeCollectionLoadOptions interface
Word のコレクションが含まれています。TrackedChange オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| author | For each ITEM in the collection: 変更履歴の作成者を取得します。 |
| date | For each ITEM in the collection: 変更履歴の日付を取得します。 |
| text | For each ITEM in the collection: 変更履歴のテキストを取得します。 |
| type | For each ITEM in the collection: 変更履歴の種類を取得します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
author
For each ITEM in the collection: 変更履歴の作成者を取得します。
author?: boolean;
プロパティ値
boolean
注釈
date
For each ITEM in the collection: 変更履歴の日付を取得します。
date?: boolean;
プロパティ値
boolean
注釈
text
For each ITEM in the collection: 変更履歴のテキストを取得します。
text?: boolean;
プロパティ値
boolean
注釈
type
For each ITEM in the collection: 変更履歴の種類を取得します。
type?: boolean;
プロパティ値
boolean