#include <css_box_page_break_after.h>

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