|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XlBorderLineStyle>
com.acesoft.aceoffix.excelwriter.XlBorderLineStyle
public enum XlBorderLineStyle
The style type of the border.
Enum Constant Summary | |
---|---|
xlContinuous
Solid line. |
|
xlDash
Dash line. |
|
xlDashDot
A dash followed by a dot. |
|
xlDashDotDot
A dash followed by two dots. |
|
xlDot
Dots. |
|
xlDouble
Double line. |
|
xlLineStyleNone
No line. |
|
xlSlantDashDot
Slant dash followed by a dot. |
Method Summary | |
---|---|
static XlBorderLineStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XlBorderLineStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final XlBorderLineStyle xlContinuous
public static final XlBorderLineStyle xlDash
public static final XlBorderLineStyle xlDashDot
public static final XlBorderLineStyle xlDashDotDot
public static final XlBorderLineStyle xlDot
public static final XlBorderLineStyle xlDouble
public static final XlBorderLineStyle xlSlantDashDot
public static final XlBorderLineStyle xlLineStyleNone
Method Detail |
---|
public static XlBorderLineStyle[] values()
for (XlBorderLineStyle c : XlBorderLineStyle.values()) System.out.println(c);
public static XlBorderLineStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |