Class TextUnderlinePosition
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.text.TextUnderlinePosition
-
public class TextUnderlinePosition extends Object
Creation-Date: 02.12.2005, 20:25:56- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstant
AFTER_EDGE
static CSSConstant
ALPHABETIC
static CSSConstant
BEFORE_EDGE
-
-
-
Field Detail
-
BEFORE_EDGE
public static final CSSConstant BEFORE_EDGE
-
AFTER_EDGE
public static final CSSConstant AFTER_EDGE
-
ALPHABETIC
public static final CSSConstant ALPHABETIC
-
-