public Page insertPage(Page target)

Creates a new page and inserts it just before the specified page.

Parameters

target

the instance of a Page. Insert new page just before.

Returns

a Page instance of the created page on success. Otherwise, it returns NULL and error-handler is called.