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

BookContents

A collection of book content objects.

BookContents Properties

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

BookContents Methods

Method Returns Description
Add BookContent Creates a new book content.
AnyItem Object Returns any BookContent.
FirstItem Object Returns the first BookContent.
ItemByID Object Returns the BookContent with the specified ID.
ItemByRange Objects Returns the BookContents within the specified range.
LastItem Object Returns the last BookContent.
MiddleItem Object Returns the middle BookContent.
NextItem Object Returns the next BookContent.
PreviousItem Object Returns the previous BookContent.