LinkMetadata
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
author | string | readonly | The author of the document. |
copyrightInfoURL | string | readonly | The URL of the file that contains the linked copyright statement. |
copyrightNotice | string | readonly | The text to use as a copyright notice. |
copyrightStatus | CopyrightStatus: CopyrightStatus.UNKNOWN CopyrightStatus.YES CopyrightStatus.NO |
readonly | The copyright status of the document. |
creationDate | Date | readonly | The creation date of the document. |
creator | string | readonly | The name of the application used to create the document. |
description | string | readonly | The description of the LinkMetadata. |
documentTitle | string | readonly | The title of the document. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
format | string | readonly | The format of the document. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
jobName | string | readonly | The job name. |
keywords | Array of string | readonly | The list of keywords associated with the document. |
modificationDate | Date | readonly | The most recent modification date of the document. |
parent | Link | readonly | The parent of the LinkMetadata (a Link). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
serverURL | string | readonly | The location of the document on the asset management server. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
number countContainer (namespace:
string, path:
string)
Counts the number of items in the container.
Parameter | Type | Description |
---|---|---|
namespace | string | The namespace of the container. |
path | string | The path to the container. |
Array
of LinkMetadata getElements ()
Resolves the object specifier, creating an array of object references.
string getProperty (namespace:
string, path:
string)
Gets the XMP property value associated with the specified path.
Parameter | Type | Description |
---|---|---|
namespace | string | The namespace of the property. |
path | string | The specified path. |
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the LinkMetadata.
Element of
Link.linkXmp
Return
Array of LinkMetadata LinkMetadata.getElements ()
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |