Class
Default display performance settings for the application. Base Class: Preference
getElements, toSource, toSpecifier
DisplayPerformancePreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
defaultDisplaySettings | ViewDisplaySettings: ViewDisplaySettings.HIGH_QUALITY ViewDisplaySettings.TYPICAL ViewDisplaySettings.OPTIMIZED |
r/w | Object-level default display performance settings. Note: The settings do not apply to graphics that are already placed in the document. |
ignoreLocalSettings | bool | r/w | If true, ignores object-level default display performance settings and uses the application-level default display settings; also prevents setting object-level settings. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application | readonly | The parent of the DisplayPerformancePreference (a Application). |
persistLocalSettings | bool | r/w | If true, sets application-level preferences to preserve object-level display settings. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of 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.
Element of
Application.displayPerformancePreferences
Return
Array of DisplayPerformancePreference DisplayPerformancePreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |