Doc.insertPage

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

class Doc
Page
insertPage
(
Page target
)

Parameters

target Page

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

Return Value

Type: Page

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

Meta