LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies whether a page header or footer is printed on the same page as the report header or report footer. More...
Variables | |
const short | ALL_PAGES = 0 |
The page header/footer is printed on all pages. More... | |
const short | NOT_WITH_REPORT_HEADER = 1 |
The page header/footer is not printed on the same page as the report header. More... | |
const short | NOT_WITH_REPORT_FOOTER = 2 |
The page header/footer is not printed on the same page as the report footer. More... | |
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. More... | |
Specifies whether a page header or footer is printed on the same page as the report header or report footer.
const short ALL_PAGES = 0 |
The page header/footer is printed on all pages.
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 = 1 |
The page header/footer is not printed on the same page as the report header.
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.