22 module
com { module sun { module star { module style {
BreakType
These enumeration values are used to specify if and how a page or column break is applied.
Definition BreakType.idl:28
@ PAGE_BOTH
A page break is applied before and after the object to which it belongs.
Definition BreakType.idl:85
@ PAGE_AFTER
A page break is applied after the object to which it belongs.
Definition BreakType.idl:76
@ PAGE_BEFORE
A page break is applied before the object to which it belongs.
Definition BreakType.idl:67
@ COLUMN_AFTER
A column break is applied after the object to which it belongs.
Definition BreakType.idl:49
@ COLUMN_BOTH
A column break is applied before and after the object to which it belongs.
Definition BreakType.idl:58
@ COLUMN_BEFORE
A column break is applied before the object to which it belongs.
Definition BreakType.idl:40
Definition Ambiguous.idl:20