LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::report::GroupKeepTogether Constant Group 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...
 

Detailed Description

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.

See also
XGroup

Variable Documentation

◆ PER_COLUMN

const short PER_COLUMN = 1

Groups are kept together by column.

◆ PER_PAGE

const short PER_PAGE = 0

Groups are kept together by page.