|
Syntax
- sequence< com::sun::star::sheet::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
TableColumn::IsStartOfNewPage
property of the column.
Syntax
- sequence< com::sun::star::sheet::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
TableRow::IsStartOfNewPage
property of the row.
Syntax
- void removeAllManualPageBreaks
();
Description
removes all manual page breaks on the sheet.
|