LinkMetadata
MetaData properties for the link source file.
Go to Property Listing | Method Listing
Methods:
addEventListener, countContainer, getElements, getProperty, removeEventListener, toSource, toSpecifier
Objects:
Boolean, CopyrightStatus, Date, EventListeners, Events, Object, String
Hierarchy:
Superclass: Preference
Class: LinkMetadata
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The author of the document. |
||
readonly |
The URL of the file that contains the linked copyright statement. |
||
readonly |
The text to use as a copyright notice. |
||
readonly |
The copyright status of the document. |
||
readonly |
The creation date of the document. |
||
readonly |
The name of the application used to create the document. |
||
readonly |
The description of the LinkMetadata. |
||
readonly |
The title of the document. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The format of the document. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The job name. |
||
readonly |
The list of keywords associated with the document. |
||
readonly |
The most recent modification date of the document. |
||
readonly |
The parent of the LinkMetadata (a Link). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
The location of the document on the asset management server. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
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 |
The namespace of the container. |
|
path |
The path to the container. |
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 |
The namespace of the property. |
|
path |
The specified path. |
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the LinkMetadata.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Link.linkXmp