Ver. | プロパティ名 | R/O | 値 | 説明 |
|
author | |
文字列値 | 著者 |
|
copyrightInfoURL | |
文字列値 | The URL of the file that contains the linked copyright statement. |
|
copyrightNotice | |
文字列値 | The text to use as a copyright notice. |
|
copyrightStatus | |
CopyrightStatus
CopyrightStatus |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| NO | 1852776480 no | パブリックドメイン |
| UNKNOWN | 1433299822 Unkn | 不明 |
| YES | 2036691744 yes | 著作権取得済み |
| The copyright status of the document. |
|
creationDate | ○ |
日時値 | 作成日時 |
|
creator | ○ |
文字列値 | The name of the application used to create the document. |
|
description | |
文字列値 | The description of the MetadataPreference. |
|
documentTitle | |
文字列値 | The title of the document. |
|
format | ○ |
文字列値 | The format of the document. |
|
isValid | ○ |
真偽値 | オブジェクトが有効かどうか |
|
jobName | |
文字列値 | The job name. |
|
keywords | |
Array( 文字列値 ) | The list of keywords associated with the document. |
|
modificationDate | ○ |
日時値 | The most recent modification date of the document. |
|
properties | |
Object | |
|
serverURL | ○ |
文字列値 | The location of the document on the asset management server. |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
|
addEventListener(eventType, handler, [captures]) |
EventListener | EventListenerを作成 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
append(from, [affectAll]) |
なし | メタデータを追加 |
| from |
ファイル | | ファイル名 |
| [affectAll] |
真偽値 | | 既に存在するメタデータを置き換えるかどうか (既定値=false) |
|
countContainer(namespace, path) |
数値 | Counts the number of items in the container. |
| namespace |
文字列値 | | The namespace of the container. |
| path |
文字列値 | | The path to the container. |
|
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進数/文字列 | 説明 |
| ALT | 1298424180 Mdat | The container contains alternative values of which only one can be used. |
| BAG | 1298424423 Mdbg | The container contains unordered items. |
| SEQ | 1298428785 Mdsq | The container contains ordered or sequential items. |
| | 最初に追加するときに必要 (既定値=ContainerType.BAG) |
|
getElements() |
Array( MetadataPreference ) | オブジェクト参照を返す |
|
getProperty(namespace, path) |
文字列値 | XMP属性を取得 |
| namespace |
文字列値 | | The namespace of the property. |
| path |
文字列値 | | The specified path. |
|
removeEventListener(eventType, handler, [captures]) |
真偽値 | EventListenerを削除 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
replace(using, [affectAll]) |
なし | XMP情報をファイルから読み込み置き換える |
| using |
ファイル | | フルパス名 |
| [affectAll] |
真偽値 | | If true, treats all properties as external. (既定値=false) |
|
save(to) |
なし | メタデータを保存 |
| to |
ファイル | | ファイル名 |
|
setProperty(namespace, path, value) |
なし | XMPプロパティを設定 |
| namespace |
文字列値 | | 名前空間 |
| path |
文字列値 | | 挿入位置 |
| value |
文字列値 | | 値。削除する場合は空文字列 |
|
toSource() |
文字列値 | ソースコードを表す文字列を返す |
|
toSpecifier() |
文字列値 | Retrieves the object specifier. |