org.millscript.office.excel.records.substructures
Enum LineStyles

java.lang.Object
  extended by java.lang.Enum<LineStyles>
      extended by org.millscript.office.excel.records.substructures.LineStyles
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LineStyles>

public enum LineStyles
extends java.lang.Enum<LineStyles>


Enum Constant Summary
Dashed
           
Dotted
           
Double
           
Hair
           
Medium
           
MediumDashDotDotted
           
MediumDashDotted
           
MediumDashed
           
NoLine
           
SlantedMediumDashDotted
           
Thick
           
Thin
           
ThinDashDotDotted
           
ThinDashDotted
           
 
Method Summary
static LineStyles getLineStyle(int style)
           
static LineStyles valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineStyles[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NoLine

public static final LineStyles NoLine

Thin

public static final LineStyles Thin

Medium

public static final LineStyles Medium

Dashed

public static final LineStyles Dashed

Dotted

public static final LineStyles Dotted

Thick

public static final LineStyles Thick

Double

public static final LineStyles Double

Hair

public static final LineStyles Hair

MediumDashed

public static final LineStyles MediumDashed

ThinDashDotted

public static final LineStyles ThinDashDotted

MediumDashDotted

public static final LineStyles MediumDashDotted

ThinDashDotDotted

public static final LineStyles ThinDashDotDotted

MediumDashDotDotted

public static final LineStyles MediumDashDotDotted

SlantedMediumDashDotted

public static final LineStyles SlantedMediumDashDotted
Method Detail

values

public static final LineStyles[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(LineStyles c : LineStyles.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static LineStyles valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getLineStyle

public static LineStyles getLineStyle(int style)


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.