#include <css_box_vertical_align.h>
Public Types | |
enum | Type { type_baseline, type_sub, type_super, type_top, type_text_top, type_middle, type_bottom, type_text_bottom, type_percentage, type_length, type_inherit } |
Public Member Functions | |
CL_CSSBoxVerticalAlign () | |
void | compute (const CL_CSSBoxVerticalAlign *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxLineHeight &line_height) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
float | percentage |
Type | type |
CL_CSSBoxVerticalAlign::CL_CSSBoxVerticalAlign | ( | ) |
void CL_CSSBoxVerticalAlign::compute | ( | const CL_CSSBoxVerticalAlign * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size, | |||
const CL_CSSBoxLineHeight & | line_height | |||
) |
CL_String CL_CSSBoxVerticalAlign::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.