(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: style ::

enum BreakType
Description
These enumeration values are used to specify if and how a page or column break is applied.
Developers Guide
Text - Formatting

Values
NONE No column or page break is applied.  
COLUMN_BEFORE A column break is applied before the object to which it belongs.  
COLUMN_AFTER A column break is applied after the object to which it belongs.  
COLUMN_BOTH A column break is applied before and after the object to which it belongs.  
PAGE_BEFORE A page break is applied before the object to which it belongs.  
PAGE_AFTER A page break is applied after the object to which it belongs.  
PAGE_BOTH A page break is applied before and after the object to which it belongs.  
Values' Details
NONE
NONE,
Description
No column or page break is applied.
COLUMN_BEFORE
COLUMN_BEFORE,
Description
A column break is applied before the object to which it belongs.

This implies that the object to which it belongs is the first in its column.

COLUMN_AFTER
COLUMN_AFTER,
Description
A column break is applied after the object to which it belongs.

This implies that the object to which it belongs is the last in its column.

COLUMN_BOTH
COLUMN_BOTH,
Description
A column break is applied before and after the object to which it belongs.

This implies that this object is the only one in its column.

PAGE_BEFORE
PAGE_BEFORE,
Description
A page break is applied before the object to which it belongs.

This implies that the object to which it belongs is the first on its page.

PAGE_AFTER
PAGE_AFTER,
Description
A page break is applied after the object to which it belongs.

This implies that the object to which it belongs is the last on its page.

PAGE_BOTH
PAGE_BOTH,
Description
A page break is applied before and after the object to which it belongs.

This implies that this object is the only one on its page.

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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.

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.