Adds an event listener.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | read/write | The author of the document. | |
| String | read/write | The URL of the file that contains the linked copyright statement. | |
| String | read/write | The text to use as a copyright notice. | |
| CopyrightStatus | read/write | The copyright status of the document. | |
| Date | readonly | The creation date of the document. | |
| String | readonly | The name of the application used to create the document. | |
| String | read/write | The description of the MetadataPreference. | |
| String | read/write | The title of the document. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| String | readonly | The format of the document. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | The job name. | |
| String[] | read/write | The list of keywords associated with the document. | |
| Date | readonly | The most recent modification date of the document. | |
| Document | readonly | The parent of the MetadataPreference (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| String | readonly | The location of the document on the asset management server. |
Methods
→ void
Uses metadata from the specified external file to define any undefined metadata properties in the document.
→ Number
Counts the number of items in the container.
→ void
Creates an empty container.
index?
Number
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
The container type. Note: Required when the new item is the first item added to the container.
Resolves the object specifier, creating an array of object references.
→ String
Gets the XMP property value associated with the specified path.
→ Boolean
Removes the event listener.
→ void
Replaces the current metadata in the document with metadata from the specified file.
→ void
Saves the metadata in the document to an external file.
→ void
Sets the XMP property associated with the specified path.
→ String
Generates a string which, if executed, will return the MetadataPreference.
→ String
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a MetadataPreference.
Return 1
Methods that return a MetadataPreference.