21 module
com { module sun { module star { module sheet {
31 sequence< com::sun::star::table::CellRangeAddress > getPrintAreas();
43 void setPrintAreas( [in] sequence< com::sun::star::table::CellRangeAddress > aPrintAreas );
49 boolean getPrintTitleColumns();
58 void setPrintTitleColumns( [in]
boolean bPrintTitleColumns );
90 boolean getPrintTitleRows();
99 void setPrintTitleRows( [in]
boolean bPrintTitleRows );
represents a sheet which has print areas.
Definition: XPrintAreas.idl:26
Definition: Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:26
base interface of all UNO interfaces
Definition: XInterface.idl:45