Adobe InDesign CS3 (5.0) Object Model JS: Panel

InDesign CS3

Class

Panel

 

A panel (possibly within a panel group).

Superclass of LibraryPanel, PagesPanel

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
Panel
LibraryPanel | PagesPanel

Properties

PropertyTypeAccessDescription
indexnumber readonlyThe index of the Panel within its containing object.
namestring readonlyThe name of the Panel.
parentApplication readonlyThe parent of the Panel (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
visiblebool r/wIf true, the panel is visible.

Methods

Instances

Array of Panel getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the Panel.

string toSpecifier ()
Retrieves the object specifier.

Element of

Library.associatedPanel

Used in:

array of Panel Panels.itemByRange (from: any, to: any)

Panel Panels.nextItem (obj: Panel)

Panel Panels.previousItem (obj: Panel)

Return

Array of Panel Panel.getElements ()

Panel Panels.anyItem ()

Array of Panel Panels.everyItem ()

Panel Panels.firstItem ()

Panel Panels.item (index: any)

Panel Panels.itemByName (name: string)

Array of Panel Panels.itemByRange (from: any, to: any)

Panel Panels.lastItem ()

Panel Panels.middleItem ()

Panel Panels.nextItem (obj: Panel)

Panel Panels.previousItem (obj: Panel)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index