MetadataPreference

ファイル情報

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Document
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

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

メソッド

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