#include <css_value_text_align.h>
Public Types | |
enum | Type { type_left, type_right, type_center, type_justify, type_inherit, type_get_from_direction_property } |
Public Member Functions | |
CSSValueTextAlign () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueTextAlign *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
clan::CSSValueTextAlign::CSSValueTextAlign | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueTextAlign::compute | ( | const CSSValueTextAlign * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValueTextAlign::type |