get_printing_page_breaks method

get_printing_page_breaks

Gets automatic page breaks.

Returns

The automatic page breaks areas.

def get_printing_page_breaks(self, options):
    ...
ParameterTypeDescription
optionsaspose.cells.rendering.ImageOrPrintOptionsThe print options

Remarks

Each cell area represents a paper.

See Also