BookContents
A collection of book content objects.
BookContents Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the book content with the specified index or name. |
| length |
Long |
read |
The number of book contents in the collection. |
BookContents Methods
| 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. |