20 #ifndef __com_sun_star_sheet_XPrintAreas_idl__
21 #define __com_sun_star_sheet_XPrintAreas_idl__
27 module
com { module sun { module star { module sheet {
49 void setPrintAreas( [in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas );
represents a sheet which has print areas.
Definition: XPrintAreas.idl:33
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: XInterface.idl:48
Definition: Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30