Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

deprecated interface XSheetPageBreak
Usage Restrictions
deprecated
Description
provides access to page breaks in a sheet.
Developers Guide
Spreadsheets - Spreadsheet - Page Breaks

Methods' Summary
getColumnPageBreaks returns a sequence of descriptions of all horizontal page breaks on the sheet.  
getRowPageBreaks returns a sequence of descriptions of all vertical page breaks on the sheet.  
removeAllManualPageBreaks removes all manual page breaks on the sheet.  
Methods' Details
getColumnPageBreaks
sequence< TablePageBreakData >
getColumnPageBreaks();

Description
returns a sequence of descriptions of all horizontal page breaks on the sheet.

This includes manual and automatic page breaks. To add or remove manual breaks, use the ::com::sun::star::table::TableColumn::IsStartOfNewPage property of the column.

Returns
a sequence of structs containing column page break data.
getRowPageBreaks
sequence< TablePageBreakData >
getRowPageBreaks();

Description
returns a sequence of descriptions of all vertical page breaks on the sheet.

This includes manual and automatic page breaks. To add or remove manual breaks, use the ::com::sun::star::table::TableRow::IsStartOfNewPage property of the row.

Returns
a sequence of structs containing row page break data.
removeAllManualPageBreaks
void
removeAllManualPageBreaks();

Description
removes all manual page breaks on the sheet.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.