Word.Interfaces.RevisionCollectionLoadOptions interface

Word のコレクション範囲またはドキュメント内のリビジョン マークでマークされた変更を表すリビジョン オブジェクト。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

author

For each ITEM in the collection: 変更履歴を行ったユーザーの名前を取得します。

date

For each ITEM in the collection: 追跡対象の変更が行われた日時を取得します。

formatDescription

For EACH ITEM in the collection: リビジョンで記録された書式設定の変更の説明を取得します。

index

For each ITEM in the collection: コレクション内のこの項目の位置を表す数値を取得します。

movedRange

コレクション内の各アイテムの場合: 変更履歴を含むドキュメント内のある場所から別の場所に移動されたテキストの範囲を表す Range オブジェクトを取得します。

range

For each ITEM in the collection: リビジョン マーク内に含まれるドキュメントの部分を表す Range オブジェクトを取得します。

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

注釈

API セット: WordApiDesktop 1.4

date

For each ITEM in the collection: 追跡対象の変更が行われた日時を取得します。

date?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

formatDescription

For EACH ITEM in the collection: リビジョンで記録された書式設定の変更の説明を取得します。

formatDescription?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

index

For each ITEM in the collection: コレクション内のこの項目の位置を表す数値を取得します。

index?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

movedRange

コレクション内の各アイテムの場合: 変更履歴を含むドキュメント内のある場所から別の場所に移動されたテキストの範囲を表す Range オブジェクトを取得します。

movedRange?: Word.Interfaces.RangeLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.4

range

For each ITEM in the collection: リビジョン マーク内に含まれるドキュメントの部分を表す Range オブジェクトを取得します。

range?: Word.Interfaces.RangeLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.4

type

For each ITEM in the collection: リビジョンの種類を取得します。

type?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4