LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
ForceNewPage.idl File Reference

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::report
 interfaces for reports generated from data sources.
 

Constant Groups

constants  com::sun::star::report::ForceNewPage
 Specifies if the section will be printed on a separate page.
 

Macros

#define __com_sun_star_report_ForceNewPage_idl__
 

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...
 

Macro Definition Documentation

◆ __com_sun_star_report_ForceNewPage_idl__

#define __com_sun_star_report_ForceNewPage_idl__