LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_style_BreakType_idl__
20 #define __com_sun_star_style_BreakType_idl__
24 module
com { module sun { module star { module style {
@ PAGE_BOTH
A page break is applied before and after the object to which it belongs.
Definition: BreakType.idl:87
@ COLUMN_BOTH
A column break is applied before and after the object to which it belongs.
Definition: BreakType.idl:60
BreakType
These enumeration values are used to specify if and how a page or column break is applied.
Definition: BreakType.idl:30
@ PAGE_AFTER
A page break is applied after the object to which it belongs.
Definition: BreakType.idl:78
@ NONE
No column or page break is applied.
Definition: BreakType.idl:33
@ COLUMN_AFTER
A column break is applied after the object to which it belongs.
Definition: BreakType.idl:51
@ PAGE_BEFORE
A page break is applied before the object to which it belongs.
Definition: BreakType.idl:69
Definition: Ambiguous.idl:22
@ COLUMN_BEFORE
A column break is applied before the object to which it belongs.
Definition: BreakType.idl:42