#include <css_value_page_break_inside.h>
Inheritance diagram for clan::CSSValuePageBreakInside:Public Types | |
| enum | Type { type_avoid, type_auto, type_inherit } |
Public Member Functions | |
| CSSValuePageBreakInside () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| void | compute (const CSSValuePageBreakInside *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | to_string () const |
Public Attributes | |
| Type | type |
| clan::CSSValuePageBreakInside::CSSValuePageBreakInside | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValuePageBreakInside::compute | ( | const CSSValuePageBreakInside * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValuePageBreakInside::type |