Adobe InDesign CS4 (6.0) Object Model JS: LibraryPanel

InDesign CS4

Class

LibraryPanel

 Library panel Base Class: Panel

QuickLinks

getElements, select, showAll, toSource, toSpecifier

Hierarchy

Application
Panel
LibraryPanel

Properties

PropertyTypeAccessDescription
associatedLibraryLibrary readonlyThe library displayed in this LibraryPanel
indexnumber readonlyThe index of the LibraryPanel within its containing object.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
namestring readonlyThe name of the LibraryPanel.
parentApplication readonlyThe parent of the LibraryPanel (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
selectionArray of NothingEnum
Object
Object
r/wThe selected object(s). Can also accept: Object or NothingEnum enumerator.
sortOrderSortAssets:
SortAssets.BY_NAME
SortAssets.BY_OLDEST
SortAssets.BY_NEWEST
SortAssets.BY_TYPE
r/wThe sort order of the assets in the LibraryPanel
viewLibraryPanelViews:
LibraryPanelViews.LIST_VIEW
LibraryPanelViews.THUMBNAIL_VIEW
LibraryPanelViews.LARGE_THUMBNAIL_VIEW
r/wLibraryPanel view
visiblebool r/wIf true, the panel is visible.

Methods

Instances

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

void select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])
Selects the specified object(s).

ParameterTypeDescription
selectableItemsArray of Objects
NothingEnum
Object
SelectAll
The objects to select. Can accept: Object, Array of Objects, NothingEnum enumerator or SelectAll enumerator.
existingSelectionSelectionOptions:
SelectionOptions.ADD_TO
SelectionOptions.REMOVE_FROM
SelectionOptions.REPLACE_WITH
The selection status of the LibraryPanel in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH)

void showAll ()
Show all assets

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

string toSpecifier ()
Retrieves the object specifier.

Return

Array of LibraryPanel LibraryPanel.getElements ()

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