21module
com { module sun { module star { module sheet {
43 void setPrintAreas( [in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas );
sequence< com::sun::star::table::CellRangeAddress > getPrintAreas()
returns a sequence containing all print areas of the sheet.
boolean getPrintTitleRows()
returns, whether the title rows are repeated on all subsequent print pages to the bottom.
void setPrintTitleColumns([in] boolean bPrintTitleColumns)
specifies whether the title columns are repeated on all subsequent print pages to the right.
void setPrintAreas([in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas)
sets the print areas of the sheet.
com::sun::star::table::CellRangeAddress getTitleRows()
returns the range that is specified as title rows range.
void setTitleRows([in] com::sun::star::table::CellRangeAddress aTitleRows)
specifies a range of rows as title rows range.
boolean getPrintTitleColumns()
returns, whether the title columns are repeated on all subsequent print pages to the right.
void setTitleColumns([in] com::sun::star::table::CellRangeAddress aTitleColumns)
specifies a range of columns as title columns range.
com::sun::star::table::CellRangeAddress getTitleColumns()
returns the range that is specified as title columns range.
void setPrintTitleRows([in] boolean bPrintTitleRows)
specifies whether the title rows are repeated on all subsequent print pages to the bottom.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27