ClipboardPreference

Clipboard preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Object

Hierarchy:

Superclass: Preference

Class: ClipboardPreference

Property Listing

Property

Type

Access

Description

copyPDFToClipboard

Boolean

read/write

If true, copies PDF to the clipboard.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Application

readonly

The parent of the ClipboardPreference (a Application).

pasteRemembersLayers

Boolean

read/write

If true, objects cut or copied from different layers retain their layer assignment when pasted.

preferPDFWhenPasting

Boolean

read/write

If true, pastes PDF if available.

preferStyledTextWhenPasting

Boolean

read/write

If true, includes text attributes when pasting text.

preservePdfClipboardAtQuit

Boolean

read/write

If true, preserves PDF data on the system clipboard when the application exits.

properties

Object

read/write

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

Method Listing

ClipboardPreference getElements ()

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

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.clipboardPreferences

Return

ClipboardPreference.getElements()