void removeAllManualPageBreaks()
removes all manual page breaks on the sheet.
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.
provides access to page breaks in a sheet.
Definition: XSheetPageBreak.idl:35