ConditionalTextPreference

Conditional text preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, ConditionIndicatorMode, ConditionSet, Object

Hierarchy:

Superclass: Preference

Class: ConditionalTextPreference

Property Listing

Property

Type

Access

Description

activeConditionSet

ConditionSet

read/write

The currently active condition set.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Application

Document

readonly

The parent of the ConditionalTextPreference (a Application or Document).

properties

Object

read/write

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

showConditionIndicators

ConditionIndicatorMode

ConditionIndicatorMode.HIDE_INDICATORS

ConditionIndicatorMode.SHOW_AND_PRINT_INDICATORS

ConditionIndicatorMode.SHOW_INDICATORS

read/write

Shows or hides condition indicators.

Method Listing

ConditionalTextPreference getElements ()

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

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.conditionalTextPreferences

Document.conditionalTextPreferences

Return

ConditionalTextPreference.getElements()