|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WdUnderline>
com.acesoft.aceoffix.wordwriter.WdUnderline
public enum WdUnderline
Specifies the type of underline applied to the font defined in Microsoft Word.
Enum Constant Summary | |
---|---|
wdUnderlineDash
Dashes. |
|
wdUnderlineDashHeavy
Heavy dashes. |
|
wdUnderlineDashLong
Long dashes. |
|
wdUnderlineDashLongHeavy
Long heavy dashes. |
|
wdUnderlineDotDash
Alternating dots and dashes. |
|
wdUnderlineDotDashHeavy
Alternating heavy dots and heavy dashes. |
|
wdUnderlineDotDotDash
An alternating dot-dot-dash pattern. |
|
wdUnderlineDotDotDashHeavy
An alternating heavy dot-dot-dash pattern. |
|
wdUnderlineDotted
Dots. |
|
wdUnderlineDottedHeavy
Heavy dots. |
|
wdUnderlineDouble
A double line. |
|
wdUnderlineNone
No underline. |
|
wdUnderlineSingle
A single line. |
|
wdUnderlineThick
A single thick line. |
|
wdUnderlineWavy
A single wavy line. |
|
wdUnderlineWavyDouble
A double wavy line. |
|
wdUnderlineWavyHeavy
A heavy wavy line. |
|
wdUnderlineWords
Underline individual words only. |
Method Summary | |
---|---|
static WdUnderline |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WdUnderline[] |
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 WdUnderline wdUnderlineNone
public static final WdUnderline wdUnderlineSingle
public static final WdUnderline wdUnderlineWords
public static final WdUnderline wdUnderlineDouble
public static final WdUnderline wdUnderlineDotted
public static final WdUnderline wdUnderlineThick
public static final WdUnderline wdUnderlineDash
public static final WdUnderline wdUnderlineDotDash
public static final WdUnderline wdUnderlineDotDotDash
public static final WdUnderline wdUnderlineWavy
public static final WdUnderline wdUnderlineDottedHeavy
public static final WdUnderline wdUnderlineDashHeavy
public static final WdUnderline wdUnderlineDotDashHeavy
public static final WdUnderline wdUnderlineDotDotDashHeavy
public static final WdUnderline wdUnderlineWavyHeavy
public static final WdUnderline wdUnderlineDashLong
public static final WdUnderline wdUnderlineWavyDouble
public static final WdUnderline wdUnderlineDashLongHeavy
Method Detail |
---|
public static WdUnderline[] values()
for (WdUnderline c : WdUnderline.values()) System.out.println(c);
public static WdUnderline 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 |