(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished constants group ForceNewPage
Usage Restrictions
not published
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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.