#include <css_value_vertical_align.h>
|
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
} |
|
◆ Type
Enumerator |
---|
type_baseline | |
type_sub | |
type_super | |
type_top | |
type_text_top | |
type_middle | |
type_bottom | |
type_text_bottom | |
type_percentage | |
type_length | |
type_inherit | |
◆ CSSValueVerticalAlign()
clan::CSSValueVerticalAlign::CSSValueVerticalAlign |
( |
| ) |
|
◆ apply()
◆ clone()
◆ compute()
◆ get_name()
std::string clan::CSSValueVerticalAlign::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueVerticalAlign::to_string |
( |
| ) |
const |
|
virtual |
◆ length
CSSLength clan::CSSValueVerticalAlign::length |
◆ percentage
float clan::CSSValueVerticalAlign::percentage |
◆ type
Type clan::CSSValueVerticalAlign::type |
The documentation for this class was generated from the following file: