#include <CSSUnit.hpp>
Inheritance diagram for CSS::SpecifiedVerticalAlign:
Public Types | |
enum | Type { Baseline = 0, Middle = 1, Sub = 2, Super = 3, TextTop = 4, TextBottom = 5, Top = 6, Bottom = 7, Number = 8 } |
Public Member Functions | |
SpecifiedVerticalAlign (Length *_value) | |
Default constructor. | |
Public Attributes | |
enum CSS::VerticalAlign::Type | type |
Length * | value |
The specified number for the alignment. |
enum CSS::VerticalAlign::Type [inherited] |
CSS::SpecifiedVerticalAlign::SpecifiedVerticalAlign | ( | Length * | _value | ) | [inline] |
Default constructor.
enum CSS::VerticalAlign::Type CSS::VerticalAlign::type [inherited] |
The specified number for the alignment.