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

java.lang.Object
  extended by org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.UnderlineType

public class UnderlineType
extends Object

Underline codes

Version:
CVS $Id: UnderlineType.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.