Links

Link(リンク)のコレクション

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] length 数値オブジェクト数

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] anyItem() Linkどれかのオブジェクトを返す
[18][19][20][21] count() 数値要素数を返す
[18][19][20][21] everyItem() Link (Array)全てのオブジェクトを返す
[18][19][20][21] firstItem() Link最初のオブジェクトを返す
[18][19][20][21] item(index) Linkインデックスまたは名前で指定したオブジェクトを返す
index 数値, 文字列値インデックスまたは名前
[18][19][20][21] itemByID(id) LinkIDで指定したオブジェクトを返す
id 数値
[18][19][20][21] itemByName(name) Link名前で指定したオブジェクトを返す
name 文字列値
[18][19][20][21] itemByRange(from, to) Link (Array)範囲で指定したオブジェクトを返す
from Link, 数値, 文字列値範囲の開始
to Link, 数値, 文字列値範囲の終了
[18][19][20][21] lastItem() Link最後のオブジェクトを返す
[18][19][20][21] middleItem() Link真ん中のオブジェクトを返す
[18][19][20][21] nextItem(obj) Link一つ後のオブジェクトを返す
obj Link位置の基準になるオブジェクト
[18][19][20][21] previousItem(obj) Link一つ前のオブジェクトを返す
obj Link位置の基準になるオブジェクト
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す

Link

リンク

プロパティ(parentとその逆)

Ver.プロパティR/O
[18][19][20][21] parent Story, Graphic, Movie, Sound
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events
[18][19][20][21] linkXmp LinkMetadata
[18][19][20][21] preferences Preferences

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] assetID 文字列値アセットID
[18][19][20][21] assetURL 文字列値The asset URL of the linked object.
[18][19][20][21] date 日時値更新日時
[18][19][20][21] edited 真偽値If true, indicates the linked object has been edited in the current document but the source file has not been updated.
[18][19][20][21] editingState EditingState
EditingState
Ver.プロパティ値/管理用文字説明
[18][19][20][21]EDITING_CONFLICT1986217283
vcEC
The file was modified locally or remotely while it was locked and therefore two versions exist.
[18][19][20][21]EDITING_LOCALLY1986217292
vcEL
The file has been modified locally and not locked.
[18][19][20][21]EDITING_LOCALLY_LOCKED1986217291
vcEK
The file has been locked locally and may be modified.
[18][19][20][21]EDITING_NOWHERE1986217294
vcEN
The file is not currently in use and is not locked.
[18][19][20][21]EDITING_REMOTELY1986217298
vcER
Lock held but not usable.
[18][19][20][21]EDITING_UNKNOWN1986217301
vcEU
The editing status is not known.
Version Cue での状態
[18][19][20][21] filePath 文字列値, ファイルファイルパス
[18][19][20][21] id 数値オブジェクトのID
[18][19][20][21] index 数値インデックス
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] label 文字列値スクリプトラベル
[18][19][20][21] linkResourceURI 文字列値The URI of the linked resource.
[18][19][20][21] links Linksリンクの入れ子なのか?
[18][19][20][21] linkType 文字列値The file type of the linked object.
[18][19][20][21] name 文字列値ファイル名
[18][19][20][21] needed 真偽値If true, indicates a link to a full-resolution version of the source file is needed. If false, indicates the object is embedded.
[18][19][20][21] properties Object
[18][19][20][21] renditionData LinkResourceRenditionType
LinkResourceRenditionType
Ver.プロパティ値/管理用文字説明
[18][19][20][21]ACTUAL1282372201
Lori
The link resource has original rendition.
[18][19][20][21]FPO1281781871
Lfpo
The link resource has FPO rendition.
The rendition data of the link resource.
[18][19][20][21] size 数値ファイルサイズ
[18][19][20][21] status LinkStatus
LinkStatus
Ver.プロパティ値/管理用文字説明
[18][19][20][21]LINK_EMBEDDED1282237028
Lmbd
埋め込み
[18][19][20][21]LINK_INACCESSIBLE1818848865
lina
URLにアクセス不能
[18][19][20][21]LINK_MISSING1819109747
lmis
リンク先が見つからない
[18][19][20][21]LINK_OUT_OF_DATE1819242340
lood
更新が必要
[18][19][20][21]NORMAL1852797549
norm
最新
リンクの状態
[18][19][20][21] versionState VersionState
VersionState
Ver.プロパティ値/管理用文字説明
[18][19][20][21]LOCAL_NEWER1986221644
vcVL
The version has modifications that make it newer than the project.
[18][19][20][21]LOCAL_PROJECT_MATCH1986221645
vcVM
The version is identical to the project.
[18][19][20][21]NO_RESOURCE1986221646
vcVN
No resource and no local file.
[18][19][20][21]PROJECT_FILE_NEWER1986221648
vcVP
The project has a newer file.
[18][19][20][21]VERSION_CONFLICT1986221635
vcVC
The version contains local edits but the project file is newer.
[18][19][20][21]VERSION_UNKNOWN1986221653
vcVU
The version is not known.
The Version Cue version state of the file.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] checkIn([versionComments], [forceSave]) なしVersion Cueチェックイン
[versionComments] 文字列値Version Cueバージョンコメント
[forceSave] 真偽値Version Cue強制的にバージョンを保存 (既定値=false)
[18][19][20][21] copyLink(to, [versionComments], [forceSave]) なしリンクのコピー
to ファイルファイル名またはフォルダ名
[versionComments] 文字列値Version Cueバージョンコメント
[forceSave] 真偽値Version Cue強制的にバージョンを保存 (既定値=false)
[18][19][20][21] editOriginal() なし元画像を編集
[18][19][20][21] extractLabel(key) 文字列値キーに関連づけられた値を取得
key 文字列値キー
[18][19][20][21] getElements() Array( Link )オブジェクト参照を返す
[18][19][20][21] goToSource() なしソースファイルを開く
[18][19][20][21] insertLabel(key, value) なしキーに関連づけられた値を設定
key 文字列値キー
value 文字列値
[18][19][20][21] reinitLink(linkResourceURI) なしExperimental: Reinitialize the link to a new uri
linkResourceURI 文字列値Resource URI to relink.
[18][19][20][21] relink(to) なし再リンク
to ファイル, 文字列値フォルダ名
[18][19][20][21] relinkTextFragmentLink(linkResourceURI, [name]) なしExperimental: Relink the text fragment link to a new uri
linkResourceURI 文字列値Resource URI to relink to.
[name] 文字列値The tag name for the key.
[18][19][20][21] removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] replaceWithOriginal() なしExperimental: Download the original asset and replace FPO with it.
[18][19][20][21] revealInBridge() なしリンクファイルをAdobe Bridgeで開く
[18][19][20][21] revealInSystem() なしリンクファイルのあるフォルダをエクスプローラ/ファインダーで開いて当該ファイルを選択する
[18][19][20][21] show() なしリンクを表示
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す
[18][19][20][21] toSpecifier() 文字列値Retrieves the object specifier.
[18][19][20][21] unembed([to], [versionComments], [forceSave]) なしUnembeds the source file. If no folder is specified, creates a link to the original source file; if a folder is specified, copies the file to the folder and creates a link to the copied file.
[to] ファイルフォルダ名
[versionComments] 文字列値Version Cueバージョンコメント
[forceSave] 真偽値Version Cue強制的にバージョンを保存 (既定値=false)
[18][19][20][21] unlink() なし埋め込み
[18][19][20][21] update() Linkリンクの更新

クラス

プロパティ名値(文字列)説明
AFTER_ATTRIBUTE_CHANGEDafterAttributeChangedDispatched when the value of a property changes on this Link. This event bubbles. This event is not cancelable.
AFTER_DELETEafterDeleteDispatched after a Link is deleted. This event bubbles. This event is not cancelable.
AFTER_EMBEDafterEmbedDispatched after a Link is embedded. This event bubbles. This event is not cancelable.
AFTER_MOVEafterMoveDispatched after a Link is relocated from one object to another. This event bubbles. This event is not cancelable.
AFTER_NEWafterNewDispatched after a Link is created. This event bubbles. This event is not cancelable.
AFTER_UNEMBEDafterUnembedDispatched after a Link is unembedded. This event bubbles. This event is not cancelable.
AFTER_UPDATEafterUpdateDispatched after a Link is updated. This event bubbles. This event is not cancelable.
BEFORE_DELETEbeforeDeleteDispatched before a Link is deleted. This event bubbles. This event is cancelable.
BEFORE_EMBEDbeforeEmbedDispatched before a Link is embedded. This event bubbles. This event is cancelable.
BEFORE_MOVEbeforeMoveDispatched before a Link is relocated from one object to another. This event bubbles. This event is cancelable.
BEFORE_UNEMBEDbeforeUnembedDispatched before a Link is unembedded. This event bubbles. This event is cancelable.
BEFORE_UPDATEbeforeUpdateDispatched before a Link is updated. This event bubbles. This event is cancelable.