xl.format
Class BorderLineStyle

System.Object
  extended byxl.format.BorderLineStyle
Direct Known Subclasses:
BorderLineStyle

public class BorderLineStyle
extends System.Object

The border line style


Field Summary
static BorderLineStyle DASH_DOT
           
static BorderLineStyle DASH_DOT_DOT
           
static BorderLineStyle DASHED
           
static BorderLineStyle DOTTED
           
static BorderLineStyle DOUBLE
           
static BorderLineStyle HAIR
           
static BorderLineStyle MEDIUM
           
static BorderLineStyle MEDIUM_DASH_DOT
           
static BorderLineStyle MEDIUM_DASH_DOT_DOT
           
static BorderLineStyle MEDIUM_DASHED
           
static BorderLineStyle NONE
           
static BorderLineStyle SLANTED_DASH_DOT
           
static BorderLineStyle THICK
           
static BorderLineStyle THIN
           
 
Method Summary
 System.String getDescription()
          Gets the textual description
static BorderLineStyle getStyle(int val)
          Gets the alignment from the value
 int getValue()
          Gets the value for this line style
 
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static readonly BorderLineStyle NONE

THIN

public static readonly BorderLineStyle THIN

MEDIUM

public static readonly BorderLineStyle MEDIUM

DASHED

public static readonly BorderLineStyle DASHED

DOTTED

public static readonly BorderLineStyle DOTTED

THICK

public static readonly BorderLineStyle THICK

DOUBLE

public static readonly BorderLineStyle DOUBLE

HAIR

public static readonly BorderLineStyle HAIR

MEDIUM_DASHED

public static readonly BorderLineStyle MEDIUM_DASHED

DASH_DOT

public static readonly BorderLineStyle DASH_DOT

MEDIUM_DASH_DOT

public static readonly BorderLineStyle MEDIUM_DASH_DOT

DASH_DOT_DOT

public static readonly BorderLineStyle DASH_DOT_DOT

MEDIUM_DASH_DOT_DOT

public static readonly BorderLineStyle MEDIUM_DASH_DOT_DOT

SLANTED_DASH_DOT

public static readonly BorderLineStyle SLANTED_DASH_DOT
Method Detail

getValue

public int getValue()
Gets the value for this line style

Returns:
the value

getDescription

public System.String getDescription()
Gets the textual description


getStyle

public static BorderLineStyle getStyle(int val)
Gets the alignment from the value

Parameters:
val -
Returns:
the alignment with that value