Adobe InDesign CS3 (5.0) Object Model JS: LinkMetadata

InDesign CS3

Class

LinkMetadata

 MetaData properties for the link source file.

QuickLinks

countContainer, getElements, getProperty, toSource, toSpecifier

Hierarchy

Link
LinkMetadata

Properties

PropertyTypeAccessDescription
authorstring readonlyThe author of the document.
copyrightInfoURLstring readonlyThe URL of the file that contains the linked copyright statement.
copyrightNoticestring readonlyThe text to use as a copyright notice.
copyrightStatusCopyrightStatus:
CopyrightStatus.UNKNOWN
CopyrightStatus.YES
CopyrightStatus.NO
readonlyThe copyright status of the document.
creationDateDate readonlyThe creation date of the document.
creatorstring readonlyThe name of the application used to create the document.
descriptionstring readonlyThe description of the LinkMetadata.
documentTitlestring readonlyThe title of the document.
formatstring readonlyThe format of the document.
jobNamestring readonlyThe job name.
keywords Array of string readonlyThe list of keywords associated with the document.
modificationDateDate readonlyThe most recent modification date of the document.
parentLink readonlyThe parent of the LinkMetadata (a Link).
propertiesObject r/wA property that allows setting of several properties at the same time.
serverURLstring readonlyThe 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.

ParameterTypeDescription
namespacestringThe namespace of the container.
pathstringThe 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.

ParameterTypeDescription
namespacestringThe namespace of the property.
pathstringThe specified path.

string toSource ()
Generates a string which, if executed, will return the LinkMetadata.

string toSpecifier ()
Retrieves the object specifier.

Element of

Link.linkXmp

Return

Array of LinkMetadata LinkMetadata.getElements ()

Jongware, 27-Jun-2010 v3.0.3dContents :: Index