Class FontWeight
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.font.FontWeight
-
public class FontWeight extends Object
Creation-Date: 28.11.2005, 16:44:47- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstant
BOLD
static CSSConstant
BOLDER
static CSSConstant
LIGHTER
static CSSConstant
NORMAL
-
-
-
Field Detail
-
NORMAL
public static final CSSConstant NORMAL
-
BOLD
public static final CSSConstant BOLD
-
BOLDER
public static final CSSConstant BOLDER
-
LIGHTER
public static final CSSConstant LIGHTER
-
-