| Name | Description | |
|---|---|---|
![]()  | addPage | Appends a page to the end of the collection. | 
![]()  | forEach | Calls the specified function once for each page in the collection. | 
![]()  | getPage | Returns a page in the collection at the index specified. | 
![]()  | insertPage | Inserts a page at the location in the collection specified by the parameter 'index'. | 
![]()  | removeAllPages | Removes all the pages from the collection. | 
![]()  | removePage | Removes one page from the collection. | 
![]()  | setPage | Puts the page at the required index in the collection. | 
            