|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WdLineWidth>
com.acesoft.aceoffix.wordwriter.WdLineWidth
public enum WdLineWidth
The width of the border line.
Enum Constant Summary | |
---|---|
wdLineWidth025pt
0.25 points. |
|
wdLineWidth050pt
0.50 points. |
|
wdLineWidth075pt
0.75 points. |
|
wdLineWidth100pt
1.00 point. |
|
wdLineWidth150pt
1.5 points. |
|
wdLineWidth225pt
2.25 points. |
|
wdLineWidth300pt
3.00 points. |
|
wdLineWidth450pt
4.50 points. |
|
wdLineWidth600pt
6.00 points. |
Method Summary | |
---|---|
static WdLineWidth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WdLineWidth[] |
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 WdLineWidth wdLineWidth025pt
public static final WdLineWidth wdLineWidth050pt
public static final WdLineWidth wdLineWidth075pt
public static final WdLineWidth wdLineWidth100pt
public static final WdLineWidth wdLineWidth150pt
public static final WdLineWidth wdLineWidth225pt
public static final WdLineWidth wdLineWidth300pt
public static final WdLineWidth wdLineWidth450pt
public static final WdLineWidth wdLineWidth600pt
Method Detail |
---|
public static WdLineWidth[] values()
for (WdLineWidth c : WdLineWidth.values()) System.out.println(c);
public static WdLineWidth 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 |