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

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

public class BorderStyle
extends Object

Border style codes

Version:
CVS $Id: BorderStyle.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Marc Johnson (marc_johnson27591@hotmail.com)

Field Summary
static int BORDER_STYLE_DASH_DOT
           
static int BORDER_STYLE_DASH_DOT_DOT
           
static int BORDER_STYLE_DASHED
           
static int BORDER_STYLE_DOTTED
           
static int BORDER_STYLE_DOUBLE
           
static int BORDER_STYLE_HAIR
           
static int BORDER_STYLE_MEDIUM
           
static int BORDER_STYLE_MEDIUM_DASH
           
static int BORDER_STYLE_MEDIUM_DASH_DOT
           
static int BORDER_STYLE_MEDIUM_DASH_DOT_DOT
           
static int BORDER_STYLE_NONE
           
static int BORDER_STYLE_SLANTED_DASH_DOT
           
static int BORDER_STYLE_THICK
           
static int BORDER_STYLE_THIN
           
 
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
 

Field Detail

BORDER_STYLE_NONE

public static final int BORDER_STYLE_NONE
See Also:
Constant Field Values

BORDER_STYLE_THIN

public static final int BORDER_STYLE_THIN
See Also:
Constant Field Values

BORDER_STYLE_MEDIUM

public static final int BORDER_STYLE_MEDIUM
See Also:
Constant Field Values

BORDER_STYLE_DASHED

public static final int BORDER_STYLE_DASHED
See Also:
Constant Field Values

BORDER_STYLE_DOTTED

public static final int BORDER_STYLE_DOTTED
See Also:
Constant Field Values

BORDER_STYLE_THICK

public static final int BORDER_STYLE_THICK
See Also:
Constant Field Values

BORDER_STYLE_DOUBLE

public static final int BORDER_STYLE_DOUBLE
See Also:
Constant Field Values

BORDER_STYLE_HAIR

public static final int BORDER_STYLE_HAIR
See Also:
Constant Field Values

BORDER_STYLE_MEDIUM_DASH

public static final int BORDER_STYLE_MEDIUM_DASH
See Also:
Constant Field Values

BORDER_STYLE_DASH_DOT

public static final int BORDER_STYLE_DASH_DOT
See Also:
Constant Field Values

BORDER_STYLE_MEDIUM_DASH_DOT

public static final int BORDER_STYLE_MEDIUM_DASH_DOT
See Also:
Constant Field Values

BORDER_STYLE_DASH_DOT_DOT

public static final int BORDER_STYLE_DASH_DOT_DOT
See Also:
Constant Field Values

BORDER_STYLE_MEDIUM_DASH_DOT_DOT

public static final int BORDER_STYLE_MEDIUM_DASH_DOT_DOT
See Also:
Constant Field Values

BORDER_STYLE_SLANTED_DASH_DOT

public static final int BORDER_STYLE_SLANTED_DASH_DOT
See Also:
Constant Field Values
Method Detail

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-2010 The Apache Software Foundation. All Rights Reserved.