A window.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The bounds of the Window, in the format [y1, x1, y2, x2]. |
||
|
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.
undefined maximize ()
Maximizes the window.
undefined minimize ()
Minimizes the window.
undefined restore ()
Restores the window.
undefined select (selectableItems:Array of Varies Objects Object NothingEnum, [existingSelection:SelectionOptions=SelectionOptions])
Select one or more objects.
|
Parameter |
Type |
Description |
|---|---|---|
|
selectableItems |
Array of Objects |
The object(s) to select. Can accept: Object, Array of Objects or NothingEnum enumerator. |
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |
Application.activeWindow