provides access to page breaks in a sheet. More...
import "XSheetPageBreak.idl";
 
  
| Public Member Functions | |
| sequence< com::sun::star::sheet::TablePageBreakData > | getColumnPageBreaks () | 
| returns a sequence of descriptions of all horizontal page breaks on the sheet. | |
| sequence< com::sun::star::sheet::TablePageBreakData > | getRowPageBreaks () | 
| returns a sequence of descriptions of all vertical page breaks on the sheet. | |
| void | removeAllManualPageBreaks () | 
| removes all manual page breaks on the sheet. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides access to page breaks in a sheet.
| sequence< com::sun::star::sheet::TablePageBreakData > getColumnPageBreaks | ( | ) | 
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.
| sequence< com::sun::star::sheet::TablePageBreakData > getRowPageBreaks | ( | ) | 
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.
| void removeAllManualPageBreaks | ( | ) | 
removes all manual page breaks on the sheet.