open_page method

open_page

Starts a new page with the specifies title.

Returns

True if started page is to be output (it’s number is contained in PageNumbers save options). False, otherwise.

def open_page(self, title):
    ...
ParameterTypeDescription
titlestrThe title.

open_page

Starts a new page with the specified width and height.

Returns

True if started page is to be output (it’s number is contained in PageNumbers save options). False, otherwise.

def open_page(self, width, height):
    ...
ParameterTypeDescription
widthfloatThe width of the page.
heightfloatThe height of the page.

See Also