public class VerticalAlign extends Object implements HasCSSName
Modifier and Type | Field and Description |
---|---|
static VerticalAlign |
BASELINE |
static VerticalAlign |
BOTTOM |
static VerticalAlign |
MIDDLE |
static VerticalAlign |
SUB |
static VerticalAlign |
SUPER |
static VerticalAlign |
TEXT_BOTTOM |
static VerticalAlign |
TEXT_TOP |
static VerticalAlign |
TOP |
Constructor and Description |
---|
VerticalAlign(double value) |
VerticalAlign(double value,
Unit unit) |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static VerticalAlign |
get(String propertyName) |
static VerticalAlign |
getDefault() |
public static final VerticalAlign BASELINE
public static final VerticalAlign SUB
public static final VerticalAlign SUPER
public static final VerticalAlign TEXT_TOP
public static final VerticalAlign TEXT_BOTTOM
public static final VerticalAlign MIDDLE
public static final VerticalAlign TOP
public static final VerticalAlign BOTTOM
public VerticalAlign(double value)
public VerticalAlign(double value, Unit unit)
public static VerticalAlign getDefault()
public String css()
css
in interface HasCSSName
public static VerticalAlign get(String propertyName)
Copyright © 2018 Xalys. All rights reserved.