#include <css_value_text_indent.h>
Public Types | |
enum | Type { type_length, type_percentage, type_inherit } |
Public Member Functions | |
CSSValueTextIndent () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueTextIndent *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
CSSLength | length |
float | percentage |
Type | type |
clan::CSSValueTextIndent::CSSValueTextIndent | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueTextIndent::compute | ( | const CSSValueTextIndent * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
CSSLength clan::CSSValueTextIndent::length |
float clan::CSSValueTextIndent::percentage |
Type clan::CSSValueTextIndent::type |