org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class UnderlineType

java.lang.Object
  extended byorg.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)

Field Summary
static int UNDERLINE_DOUBLE
           
static int UNDERLINE_NONE
           
static int UNDERLINE_SINGLE
           
 
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
 

Field Detail

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
Method Detail

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.