PagesPanel

Pages panel.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, IconSizes, Number, Object, PanelLayoutResize, String

Hierarchy:

Superclass: Panel

Class: PagesPanel

Property Listing

Property

Type

Access

Description

iconSize

IconSizes

IconSizes.EXTRA_LARGE_ICON

IconSizes.EXTRA_SMALL_ICON

IconSizes.LARGE_ICON

IconSizes.MEDIUM_ICON

IconSizes.SMALL_ICON

read/write

Page icon size.

index

Number

readonly

The index of the PagesPanel within its containing object.

masterIconSize

IconSizes

IconSizes.EXTRA_LARGE_ICON

IconSizes.EXTRA_SMALL_ICON

IconSizes.LARGE_ICON

IconSizes.MEDIUM_ICON

IconSizes.SMALL_ICON

read/write

Master page icon size.

masterVerticalView

Boolean

read/write

If true, master page icons will be arranged vertically around the binding spine. If false, master page icons will be arranged horizontally.

mastersThumbnails

Boolean

read/write

If true, display thumbnails of the pages in the master pages area of the panel.

name

String

readonly

The name of the PagesPanel.

pagesOnTop

Boolean

read/write

If true, the pages area of the panel will be drawn above the master pages area.

pagesThumbnails

Boolean

read/write

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

read/write

A property that allows setting of several properties at the same time.

resizeBehavior

PanelLayoutResize

PanelLayoutResize.MASTERS_FIXED

PanelLayoutResize.PAGES_FIXED

PanelLayoutResize.PROPORTIONAL_RESIZE

read/write

Specifies the behavior of the document and master page areas of the panel when the panel is resized.

verticalView

Boolean

read/write

If true, document page icons will be arranged vertically around the binding spine. If false, page icons will be arranged horizontally.

visible

Boolean

read/write

If true, the panel is visible.

Method Listing

PagesPanel getElements ()

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.

Return

PagesPanel.getElements()