:: com :: sun :: star :: report ::
|
unpublished |
constants group ForceNewPage |
|
|
- Usage Restrictions
- not published
- 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
|
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.