Class
Pages panel. Base Class: Panel
getElements, toSource, toSpecifier
PagesPanel
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
iconSize | IconSizes: IconSizes.EXTRA_SMALL_ICON IconSizes.SMALL_ICON IconSizes.MEDIUM_ICON IconSizes.LARGE_ICON IconSizes.EXTRA_LARGE_ICON |
r/w | Page icon size. |
index | number | readonly | The index of the PagesPanel within its containing object. |
masterIconSize | IconSizes: IconSizes.EXTRA_SMALL_ICON IconSizes.SMALL_ICON IconSizes.MEDIUM_ICON IconSizes.LARGE_ICON IconSizes.EXTRA_LARGE_ICON |
r/w | Master page icon size. |
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. |
mastersThumbnails | bool | r/w | If true, display thumbnails of the pages in the master pages area of the panel. |
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: PanelLayoutResize.PROPORTIONAL_RESIZE PanelLayoutResize.PAGES_FIXED PanelLayoutResize.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
Instances
Array
of PagesPanel getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PagesPanel.
Return
Array of PagesPanel PagesPanel.getElements ()
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |