org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class UnderlineType
java.lang.Object
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.UnderlineType
- public class UnderlineType
- extends Object
Underline codes
- Version:
- CVS $Id: UnderlineType.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Method Summary |
static boolean |
isValid(int val)
Is this a valid underline shading? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNDERLINE_NONE
public static final int UNDERLINE_NONE
- See Also:
- Constant Field Values
UNDERLINE_SINGLE
public static final int UNDERLINE_SINGLE
- See Also:
- Constant Field Values
UNDERLINE_DOUBLE
public static final int UNDERLINE_DOUBLE
- See Also:
- Constant Field Values
isValid
public static boolean isValid(int val)
- Is this a valid underline shading?
- Parameters:
val
- value to be checked
- Returns:
- true if valid, false otherwise
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.