A window.
Go to Property Listing | Method Listing
bringToFront, close, getElements, maximize, minimize, restore, select, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The bounds of the window (specified in pixels) in the form [top, left, bottom, right]. |
||
|
readonly |
The index of the Window within its containing object. |
||
|
readonly |
The name of the Window. |
||
|
readonly |
The parent of the Window (a Document or Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
Array of Objects |
read/write |
The selection. Can return: Object, Array of Objects or NothingEnum enumerator. |
undefined bringToFront ()
Brings the Window to the front.
undefined close ()
Closes the Window.
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined maximize ()
Maximizes the window.
undefined minimize ()
Minimizes the window.
undefined restore ()
Restores the window.
undefined select (selectableItems:Array of Varies Objects NothingEnum Object SelectAll, [existingSelection:SelectionOptions=SelectionOptions])
Selects the specified object(s).
|
Parameter |
Type |
Description |
|---|---|---|
|
selectableItems |
Array of Objects |
The objects to select. Can accept: Object, Array of Objects, NothingEnum enumerator or SelectAll enumerator. |
|
existingSelection |
The selection status of the Window in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH) |
String toSource ()
Generates a string which, if executed, will return the Window.
String toSpecifier ()
Retrieves the object specifier.
Application.activeWindow