Indesign Scripting Reference
home | search | Links
VBScript >> Assets

Assets

A collection of library assets.

Assets Properties

Property Type Access Description
Count Long read The number of Assets.
Item Object read Returns the Asset with the specified index or name as Long or String.

Assets Methods

Method Returns Description
AnyItem Object Returns any Asset.
FirstItem Object Returns the first Asset.
ItemByID Object Returns the Asset with the specified ID.
ItemByRange Objects Returns the Assets within the specified range.
LastItem Object Returns the last Asset.
MiddleItem Object Returns the middle Asset.
NextItem Object Returns the next Asset.
PreviousItem Object Returns the previous Asset.