MetadataPreference

ファイル情報

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

Ver.プロパティR/O
[18][19][20][21] parent Document
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] author 文字列値著者
[18][19][20][21] copyrightInfoURL 文字列値The URL of the file that contains the linked copyright statement.
[18][19][20][21] copyrightNotice 文字列値The text to use as a copyright notice.
[18][19][20][21] copyrightStatus CopyrightStatus
CopyrightStatus
Ver.プロパティ値/管理用文字説明
[18][19][20][21]NO1852776480
no
パブリックドメイン
[18][19][20][21]UNKNOWN1433299822
Unkn
不明
[18][19][20][21]YES2036691744
yes
著作権取得済み
The copyright status of the document.
[18][19][20][21] creationDate 日時値作成日時
[18][19][20][21] creator 文字列値The name of the application used to create the document.
[18][19][20][21] description 文字列値The description of the MetadataPreference.
[18][19][20][21] documentTitle 文字列値The title of the document.
[18][19][20][21] format 文字列値The format of the document.
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] jobName 文字列値The job name.
[18][19][20][21] keywords Array( 文字列値 )The list of keywords associated with the document.
[18][19][20][21] modificationDate 日時値The most recent modification date of the document.
[18][19][20][21] properties Object
[18][19][20][21] serverURL 文字列値The location of the document on the asset management server.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] append(from, [affectAll]) なしメタデータを追加
from ファイルファイル名
[affectAll] 真偽値既に存在するメタデータを置き換えるかどうか (既定値=false)
[18][19][20][21] countContainer(namespace, path) 数値Counts the number of items in the container.
namespace 文字列値The namespace of the container.
path 文字列値The path to the container.
[18][19][20][21] createContainerItem(namespace, path, [index], [container]) なしCreates an empty container.
namespace 文字列値The namespace of the container.
path 文字列値The path to the container.
[index] 数値インデックス。1以上の整数。末尾に追加するには0 (既定値=0)
[container] ContainerType
ContainerType
Ver.プロパティ値/管理用文字説明
[18][19][20][21]ALT1298424180
Mdat
The container contains alternative values of which only one can be used.
[18][19][20][21]BAG1298424423
Mdbg
The container contains unordered items.
[18][19][20][21]SEQ1298428785
Mdsq
The container contains ordered or sequential items.
最初に追加するときに必要 (既定値=ContainerType.BAG)
[18][19][20][21] getElements() Array( MetadataPreference )オブジェクト参照を返す
[18][19][20][21] getProperty(namespace, path) 文字列値XMP属性を取得
namespace 文字列値The namespace of the property.
path 文字列値The specified path.
[18][19][20][21] removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] replace(using, [affectAll]) なしXMP情報をファイルから読み込み置き換える
using ファイルフルパス名
[affectAll] 真偽値If true, treats all properties as external. (既定値=false)
[18][19][20][21] save(to) なしメタデータを保存
to ファイルファイル名
[18][19][20][21] setProperty(namespace, path, value) なしXMPプロパティを設定
namespace 文字列値名前空間
path 文字列値挿入位置
value 文字列値値。削除する場合は空文字列
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す
[18][19][20][21] toSpecifier() 文字列値Retrieves the object specifier.