PagesPanel
Pages panel.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, IconSizes, Number, Object, PageViewOptions, PanelLayoutResize, String
Hierarchy:
Superclass: Panel
Class: PagesPanel
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
Page icon size. |
||
readonly |
The index of the PagesPanel within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
Master page icon size. |
||
read/write |
If true, master page icons will be arranged vertically around the binding spine. If false, master page icons will be arranged horizontally. |
||
read/write |
If true, display thumbnails of the pages in the master pages area of the panel. |
||
readonly |
The name of the PagesPanel. |
||
read/write |
If true, the pages area of the panel will be drawn above the master pages area. |
||
read/write |
If true, display thumbnails of the pages in the pages area of the panel. |
||
read/write |
View setting for how to arrange the pages in the page section of the panel. |
||
readonly |
The parent of the PagesPanel (a Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
Specifies the behavior of the document and master page areas of the panel when the panel is resized. |
||
read/write |
If true, a rotation icon will display next to spreads with non-zero rotation applied. |
||
read/write |
If true, a page transitions icon will display next to spreads with page transitions applied. |
||
read/write |
If true, a transparency icon will display next to spreads with elements having transparency applied. |
||
read/write |
If true, the panel is visible. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
PagesPanel getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the PagesPanel.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent