Class TextWrap
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.text.TextWrap
-
public class TextWrap extends Object
Creation-Date: 30.10.2005, 20:11:13- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstant
NONE
static CSSConstant
NORMAL
static CSSConstant
SUPPRESS
static CSSConstant
UNRESTRICTED
-
-
-
Field Detail
-
NORMAL
public static final CSSConstant NORMAL
-
UNRESTRICTED
public static final CSSConstant UNRESTRICTED
-
NONE
public static final CSSConstant NONE
-
SUPPRESS
public static final CSSConstant SUPPRESS
-
-