org.millscript.office.excel.records.substructures
Enum LineStyles
java.lang.Object
java.lang.Enum<LineStyles>
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>
|
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 |
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
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.