Class
MetaData properties for the link source file.
countContainer, getElements, getProperty, toSource, toSpecifier
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. |
| format | string | readonly | The format of the document. |
| 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
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 Object 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. |
string toSource ()
Generates a string which, if executed, will return the LinkMetadata.
Element of
Link.linkXmp
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |