LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies if the section will be printed on a separate page. More...
Variables | |
const short | NONE = 0 |
The current section is printed on the current page. More... | |
const short | BEFORE_SECTION = 1 |
The current section is printed at the top of a new page. More... | |
const short | AFTER_SECTION = 2 |
The next section following the current section is printed at the top of a new page. More... | |
const short | BEFORE_AFTER_SECTION = 3 |
The current section is printed at the top of a new page as well as the next section. More... | |
Specifies if the section will be printed on a separate page.
This does not apply to page header or page footer.
const short AFTER_SECTION = 2 |
The next section following the current section is printed at the top of a new page.
const short BEFORE_AFTER_SECTION = 3 |
The current section is printed at the top of a new page as well as the next section.
const short BEFORE_SECTION = 1 |
The current section is printed at the top of a new page.
const short NONE = 0 |
The current section is printed on the current page.