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

Underline codes

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

UNDERLINE_SINGLE

public static final int UNDERLINE_SINGLE

UNDERLINE_DOUBLE

public static final int UNDERLINE_DOUBLE
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-2002 Apache Software Foundation. All Rights Reserved.