A layout window.
Go to Property Listing | Method Listing
AnchorPoint, Boolean, Layer, NothingEnum, Number, Object, Page, ProofingType, Spread, String, ViewDisplaySettings
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The active layer |
||
|
read/write |
The front-most page. |
||
|
read/write |
The active spread. |
||
|
read/write |
The bounds of the LayoutWindow, in the format [y1, x1, y2, x2]. |
||
|
readonly |
The index of the LayoutWindow within its containing object. |
||
|
readonly |
The name of the LayoutWindow. |
||
|
read/write |
If true, display a simulation of overprinting. |
||
|
readonly |
The parent of the LayoutWindow (a Document or Application). |
||
|
read/write |
The profile used for proofing colors. |
||
|
read/write |
The method of proofing colors. |
||
|
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. |
|
|
read/write |
If true, simulates the dark gray produced by many printers in place of solid black, according to the proofing profile. Note: Valid only when proofing type is custom. |
||
|
read/write |
If true, simulates the dingy white of real paper, according to the proofing profile. Note: Valid only when proofing type is custom. |
||
|
Array of 2 Units. |
read/write |
The default anchor point around which to transform objects. Can return: AnchorPoint enumerator or Array of 2 Units. |
|
|
read/write |
The display performance preferences override for the view. |
||
|
read/write |
The current zoom. |
undefined bringToFront ()
Brings the LayoutWindow to the front.
undefined close ()
Closes the LayoutWindow.
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) |
undefined zoom (given:ZoomOptions)
Magnifies or reduces the window to the specified display size.
|
Parameter |
Type |
Description |
|---|---|---|
|
given |
The display size. |
Application.activeWindow