public class TextDecorationWidth
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static CSSConstant |
BOLD |
A bold is basicly an auto, that is thicker than the normal
auto value.
|
static CSSConstant |
DASH |
A dash is basicly an auto, that is thinner than the normal
auto value.
|
static CSSConstant |
NORMAL |
The text decoration width is the normal text decoration width
for the nominal font.
|
public static final CSSConstant BOLD
public static final CSSConstant DASH
public static final CSSConstant NORMAL