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