This represents the value for the vertical-align property.
Public Attributes | |
const int | Middle =1 |
const int | Bottom =1<<1 |
const int | Baseline =1<<2 |
const int | Sub =1<<3 |
const int | Super =1<<4 |
const int | TextTop =1<<5 |
const int | TextBottom =1<<6 |
const int | Top =1<<7 |
const int | TableTop =1<<8 |
const int | TableMiddle =1<<9 |
const int | TableBottom =1<<10 |
const int | TopMiddleBottom =Top | Middle | Bottom |
const int | TableMode =TableTop | TableMiddle | TableBottom |
const int | BaselineRelative =Baseline | Sub | Super | Middle | TextTop | TextBottom |
const int Css.VerticalAlignMode.Baseline =1<<2 |
const int Css.VerticalAlignMode.BaselineRelative =Baseline | Sub | Super | Middle | TextTop | TextBottom |
const int Css.VerticalAlignMode.Bottom =1<<1 |
const int Css.VerticalAlignMode.Middle =1 |
const int Css.VerticalAlignMode.Sub =1<<3 |
const int Css.VerticalAlignMode.Super =1<<4 |
const int Css.VerticalAlignMode.TableBottom =1<<10 |
const int Css.VerticalAlignMode.TableMiddle =1<<9 |
const int Css.VerticalAlignMode.TableMode =TableTop | TableMiddle | TableBottom |
const int Css.VerticalAlignMode.TableTop =1<<8 |
const int Css.VerticalAlignMode.TextBottom =1<<6 |
const int Css.VerticalAlignMode.TextTop =1<<5 |
const int Css.VerticalAlignMode.Top =1<<7 |