MetadataPreference
Metadata preferences.
MetadataPreference Properties
| Property |
Type |
Access |
Description |
| author |
String |
r/w |
Document author. |
| copyrightInfoURL |
String |
r/w |
Copyright statement URL. |
| copyrightNotice |
String |
r/w |
Copyright text. |
| copyrightStatus |
CopyrightStatus enumeration |
r/w |
Copyright status of the document. |
| creationDate |
Date |
read |
Document creation date. |
| creator |
String |
read |
The application that created the document. |
| description |
String |
r/w |
Description. |
| documentTitle |
String |
r/w |
The document title. |
| format |
String |
read |
The document format. |
| jobName |
String |
r/w |
Customer-assigned job name. |
| keywords |
Array of Strings |
r/w |
Keyword list. |
| modificationDate |
Date |
read |
Document modification date. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| serverURL |
String |
read |
Location of the document on asset management server. |
MetadataPreference Methods
| Method |
Returns |
Description |
| append |
Nothing |
Read information from external file and append to current metadata. |
| countContainer |
Long |
Count the number of items in the container. |
| createContainerItem |
Nothing |
Create an empty container item. |
| getElements |
Array of Objects |
Resolve the object specifier. |
| getProperty |
String |
Get the XMP property value associated with the given path. |
| replace |
Nothing |
Read information from external file and replace current metadata. |
| save |
Nothing |
Save information to file. |
| setProperty |
Nothing |
Set the XMP property associated with the given path. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |