#include <css_box_page_break_before.h>

Public Types | |
| enum | Type { type_auto, type_always, type_avoid, type_left, type_right, type_inherit } |
Public Member Functions | |
| CL_CSSBoxPageBreakBefore () | |
| void | compute (const CL_CSSBoxPageBreakBefore *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| Type | type |
| CL_CSSBoxPageBreakBefore::CL_CSSBoxPageBreakBefore | ( | ) |
| void CL_CSSBoxPageBreakBefore::compute | ( | const CL_CSSBoxPageBreakBefore * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size | |||
| ) |
| CL_String CL_CSSBoxPageBreakBefore::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1