| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::report | 
| interfaces for reports generated from data sources. | |
| Constant Groups | |
| constants | com::sun::star::report::ReportPrintOption | 
| Specifies whether a page header or footer is printed on the same page as the report header or report footer. | |
| Variables | |
| const short | ALL_PAGES = 0 | 
| The page header/footer is printed on all pages. | |
| const short | NOT_WITH_REPORT_HEADER = 1 | 
| The page header/footer is not printed on the same page as the report header. | |
| const short | NOT_WITH_REPORT_FOOTER = 2 | 
| The page header/footer is not printed on the same page as the report footer. | |
| const short | NOT_WITH_REPORT_HEADER_FOOTER = 3 | 
| The page header/footer is not printed on the same page as the report header or footer. | |