A story window.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The bounds of the StoryWindow, in the format [y1, x1, y2, x2]. |
||
|
readonly |
The index of the StoryWindow within its containing object. |
||
|
readonly |
The name of the StoryWindow. |
||
|
readonly |
The parent of the StoryWindow (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 StoryWindow to the front.
undefined close ()
Closes the StoryWindow.
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