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 {
37 sequence< com::sun::star::table::CellRangeAddress > getPrintAreas();
49 void setPrintAreas( [in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas );
55 boolean getPrintTitleColumns();
64 void setPrintTitleColumns( [in]
boolean bPrintTitleColumns );
96 boolean getPrintTitleRows();
105 void setPrintTitleRows( [in]
boolean bPrintTitleRows );
represents a sheet which has print areas.
Definition: XPrintAreas.idl:32
– idl definition –
Definition: Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47