DisplayPerformancePreference

Default display performance settings for the application.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Object, ViewDisplaySettings

Hierarchy:

Superclass: Preference

Class: DisplayPerformancePreference

Property Listing

Property

Type

Access

Description

defaultDisplaySettings

ViewDisplaySettings

ViewDisplaySettings.HIGH_QUALITY

ViewDisplaySettings.OPTIMIZED

ViewDisplaySettings.TYPICAL

read/write

Object-level default display performance settings. Note: The settings do not apply to graphics that are already placed in the document.

ignoreLocalSettings

Boolean

read/write

If true, ignores object-level default display performance settings and uses the application-level default display settings; also prevents setting object-level settings.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Application

readonly

The parent of the DisplayPerformancePreference (a Application).

persistLocalSettings

Boolean

read/write

If true, sets application-level preferences to preserve object-level display settings.

properties

Object

read/write

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

Method Listing

DisplayPerformancePreference getElements ()

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

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.displayPerformancePreferences

Return

DisplayPerformancePreference.getElements()