org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class BorderStyle
java.lang.Object
|
+--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BorderStyle
- public class BorderStyle
- extends java.lang.Object
Border style codes
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Method Summary |
static boolean |
isValid(int val)
Is this a valid border style? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BORDER_STYLE_NONE
public static final int BORDER_STYLE_NONE
BORDER_STYLE_THIN
public static final int BORDER_STYLE_THIN
BORDER_STYLE_MEDIUM
public static final int BORDER_STYLE_MEDIUM
BORDER_STYLE_DASHED
public static final int BORDER_STYLE_DASHED
BORDER_STYLE_DOTTED
public static final int BORDER_STYLE_DOTTED
BORDER_STYLE_THICK
public static final int BORDER_STYLE_THICK
BORDER_STYLE_DOUBLE
public static final int BORDER_STYLE_DOUBLE
BORDER_STYLE_HAIR
public static final int BORDER_STYLE_HAIR
BORDER_STYLE_MEDIUM_DASH
public static final int BORDER_STYLE_MEDIUM_DASH
BORDER_STYLE_DASH_DOT
public static final int BORDER_STYLE_DASH_DOT
BORDER_STYLE_MEDIUM_DASH_DOT
public static final int BORDER_STYLE_MEDIUM_DASH_DOT
BORDER_STYLE_DASH_DOT_DOT
public static final int BORDER_STYLE_DASH_DOT_DOT
BORDER_STYLE_MEDIUM_DASH_DOT_DOT
public static final int BORDER_STYLE_MEDIUM_DASH_DOT_DOT
BORDER_STYLE_SLANTED_DASH_DOT
public static final int BORDER_STYLE_SLANTED_DASH_DOT
isValid
public static boolean isValid(int val)
- Is this a valid border style?
- Parameters:
val
- value to be checked- Returns:
- true if valid, false otherwise
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.