LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies if groups in a multi column report where the group has the property XGroup::KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. More...
Variables | |
const short | PER_PAGE = 0 |
Groups are kept together by page. More... | |
const short | PER_COLUMN = 1 |
Groups are kept together by column. More... | |
Specifies if groups in a multi column report where the group has the property XGroup::KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column.
const short PER_COLUMN = 1 |
Groups are kept together by column.
const short PER_PAGE = 0 |
Groups are kept together by page.