LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies that page breaks are allowed inside this section. More...
Variables | |
const short | NONE = 0 |
Page breaks will never be inserted. More... | |
const short | SECTION = 1 |
If the section doesn't fit on page than a page break will be inserted as long as the section fits. More... | |
const short | AUTO = 2 |
If the section doesn't fit on page than a page break will be inserted as long as the section fits. More... | |
Specifies that page breaks are allowed inside this section.
const short AUTO = 2 |
If the section doesn't fit on page than a page break will be inserted as long as the section fits.
const short NONE = 0 |
Page breaks will never be inserted.
If the section doesn't fit on a page than the content will be cut.
const short SECTION = 1 |
If the section doesn't fit on page than a page break will be inserted as long as the section fits.
Inner sections will doesn't contain further page breaks.