for_rendering_by_page_breaks method

for_rendering_by_page_breaks

Initializes an instance of the SpreadsheetOptions class for splitting to pages by page breaks.

Returns

New instance of SpreadsheetOptions for splitting to pages by page breaks. The behavior is similar to printing in Excel.

def for_rendering_by_page_breaks(self):
    ...

See Also