Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: report ::

constants group ForceNewPage
Description
Specifies if the section will be printed on an separte page.

This does not apply to page header or page footer.

See also
XSection

Constants
NONE The current section is printed on the current page.  
BEFORE_SECTION The current section is printed at the top of a new page.  
AFTER_SECTION The next section following the current section is printed at the top of a new page.  
BEFORE_AFTER_SECTION The current section is printed at the top of a new page as well as the next section.  
Constants' Details
NONE
const short NONE = 0;
Description
The current section is printed on the current page.
BEFORE_SECTION
const short BEFORE_SECTION = 1;
Description
The current section is printed at the top of a new page.
AFTER_SECTION
const short AFTER_SECTION = 2;
Description
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;
Description
The current section is printed at the top of a new page as well as the next section.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.