Pages panel.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| iconSize | IconSizes : EXTRA_SMALL_ICON SMALL_ICON MEDIUM_ICON LARGE_ICON EXTRA_LARGE_ICON |
r/w | Page icon size. |
| index | number | readonly | The index of the PagesPanel within its containing object. |
| masterIconSize | IconSizes : EXTRA_SMALL_ICON SMALL_ICON MEDIUM_ICON LARGE_ICON EXTRA_LARGE_ICON |
r/w | Master page icon size. |
| mastersThumbnails | bool | r/w | If true, display thumbnails of the pages in the master pages area of the panel. |
| masterVerticalView | bool | r/w | If true, master page icons will be arranged vertically around the binding spine. If false, master page icons will be arranged horizontally. |
| name | string | readonly | The name of the PagesPanel. |
| pagesOnTop | bool | r/w | If true, the pages area of the panel will be drawn above the master pages area. |
| pagesThumbnails | bool | r/w | If true, display thumbnails of the pages in the pages area of the panel. |
| parent | Application | readonly | The parent of the PagesPanel (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| resizeBehavior | PanelLayoutResize : PROPORTIONAL_RESIZE PAGES_FIXED MASTERS_FIXED |
r/w | Specifies the behavior of the document and master page areas of the panel when the panel is resized. |
| verticalView | bool | r/w | If true, document page icons will be arranged vertically around the binding spine. If false, page icons will be arranged horizontally. |
| visible | bool | r/w | If true, the panel is visible. |
Methods
Array of PagesPanelgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PagesPanel.
string toSpecifier ()
Retrieves the object specifier.
Returned by:
Array of PagesPanel PagesPanel .getElements (
)