A collection of book content objects.
|
Method
|
Returns
|
Description
|
|
add
|
BookContent
|
Creates a new book content.
|
|
anyItem
|
Object
|
Returns any book content.
|
|
firstItem
|
Object
|
Returns the first book content.
|
|
itemByID
|
Object
|
Returns the book content with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the book contents within the specified range.
|
|
lastItem
|
Object
|
Returns the last book content.
|
|
middleItem
|
Object
|
Returns the middle book content.
|
|
nextItem
|
Object
|
Returns the next book content.
|
|
previousItem
|
Object
|
Returns the previous book content.
|