Class HangingPunctuation
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.text.HangingPunctuation
-
public class HangingPunctuation extends Object
Creation-Date: 03.12.2005, 20:00:51- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstant
BOTH
static CSSConstant
END
static CSSConstant
NONE
static CSSConstant
START
-
-
-
Field Detail
-
NONE
public static final CSSConstant NONE
-
START
public static final CSSConstant START
-
END
public static final CSSConstant END
-
BOTH
public static final CSSConstant BOTH
-
-