LibreOffice
LibreOffice 5.2 SDK API Reference
Variables
com::sun::star::report::ForceNewPage Constant Group Reference

Specifies if the section will be printed on an 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...
 

Detailed Description

Specifies if the section will be printed on an separate page.

This does not apply to page header or page footer.

See also
XSection

Variable Documentation

◆ AFTER_SECTION

const short AFTER_SECTION = 2

The next section following the current section is printed at the top of a new page.

◆ BEFORE_AFTER_SECTION

const short BEFORE_AFTER_SECTION = 3

The current section is printed at the top of a new page as well as the next section.

◆ BEFORE_SECTION

const short BEFORE_SECTION = 1

The current section is printed at the top of a new page.

◆ NONE

const short NONE = 0

The current section is printed on the current page.