Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
author | |
文字列型
| The author of the document. |
  
   |
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 | パブリックドメイン |
  
   |
UNKNOWN | 1433299822 | 不明 |
  
   |
YES | 2036691744 | 著作権取得済み |
| 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. |
  
   |
serverURL | ○ |
文字列型
| The location of the document on the asset management server. |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
append(from, [affectAll]) | なし | メタデータを追加 |
| from |
File型
| | ファイル名 |
| [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] |
数値型(既定値=0)
| | The index of the item within the container. Specified values must be 1 or greater. To append the item to the end of the index and allow the next available value to be assigned, use 0. |
| [container] |
ContainerType(既定値=ContainerType.BAG)
ContainerType |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ALT | 1298424180 | The container contains alternative values of which only one can be used. |
  
   |
BAG | 1298424423 | The container contains unordered items. |
  
   |
SEQ | 1298428785 | The container contains ordered or sequential items. |
| | |
  
   |
getElements() | MetadataPreference | |
  
   |
getProperty(namespace, path) | 文字列型 | XMP属性を取得 |
| namespace |
文字列型
| | The namespace of the property. |
| path |
文字列型
| | The specified path. |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
replace(using, [affectAll]) | なし | Replaces the current metadata in the document with metadata from the specified file. |
| using |
File型
| | フルパス名 |
| [affectAll] |
ブール型(既定値=false)
| | If true, treats all properties as external. |
  
   |
save(to) | なし | Saves the metadata in the document to an external file. |
| to |
File型
| | フルパス名 |
  
   |
setProperty(namespace, path, value) | なし | Sets the XMP property associated with the specified path. |
| namespace |
文字列型
| | The namespace of the property. |
| path |
文字列型
| | The specified path(s). |
| value |
文字列型
| | The value to assign to the property. Note: To remove the property, pass an empty string. |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |