LinkingPreference

Linking preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Object

Hierarchy:

Superclass: Preference

Class: LinkingPreference

Property Listing

Property

Type

Access

Description

checkLinksAtOpen

Boolean

read/write

If true, link states will be checked at document open time

findMissingLinksAtOpen

Boolean

read/write

If true, missing links will be searched for at document open time

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Application

readonly

The parent of the LinkingPreference (a Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

LinkingPreference getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the LinkingPreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.linkingPreferences

Return

LinkingPreference.getElements()