Word.Interfaces.RevisionCollectionLoadOptions interface
Word のコレクション。範囲またはドキュメント内のリビジョン マークでマークされた変更を表すリビジョン オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| author | For each ITEM in the collection: 変更履歴を行ったユーザーの名前を取得します。 |
| date | For each ITEM in the collection: 追跡対象の変更が行われた日時を取得します。 |
| format |
For EACH ITEM in the collection: リビジョンで記録された書式設定の変更の説明を取得します。 |
| index | For each ITEM in the collection: コレクション内のこの項目の位置を表す数値を取得します。 |
| moved |
コレクション内の各アイテムの場合: 変更履歴を含むドキュメント内のある場所から別の場所に移動されたテキストの範囲を表す |
| range | 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
注釈
formatDescription
For EACH ITEM in the collection: リビジョンで記録された書式設定の変更の説明を取得します。
formatDescription?: boolean;
プロパティ値
boolean
注釈
index
For each ITEM in the collection: コレクション内のこの項目の位置を表す数値を取得します。
index?: boolean;
プロパティ値
boolean
注釈
movedRange
コレクション内の各アイテムの場合: 変更履歴を含むドキュメント内のある場所から別の場所に移動されたテキストの範囲を表す Range オブジェクトを取得します。
movedRange?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
range
For each ITEM in the collection: リビジョン マーク内に含まれるドキュメントの部分を表す Range オブジェクトを取得します。
range?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
type
For each ITEM in the collection: リビジョンの種類を取得します。
type?: boolean;
プロパティ値
boolean