|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WdLineStyle>
com.acesoft.aceoffix.wordwriter.WdLineStyle
public enum WdLineStyle
The style of the border.
Enum Constant Summary | |
---|---|
wdLineStyleDashDot
A dash followed by a dot. |
|
wdLineStyleDashDotDot
A dash followed by two dots. |
|
wdLineStyleDashDotStroked
A dash followed by a dot stroke, thus rendering a border similar to a barber pole. |
|
wdLineStyleDashLargeGap
A dash followed by a large gap. |
|
wdLineStyleDashSmallGap
A dash followed by a small gap. |
|
wdLineStyleDot
Dots. |
|
wdLineStyleDouble
Double solid lines. |
|
wdLineStyleDoubleWavy
Double wavy solid lines. |
|
wdLineStyleEmboss3D
A dash followed by a dot stroke, thus rendering a border similar to a barber pole. |
|
wdLineStyleEngrave3D
The border appears to have a 3-D engraved look. |
|
wdLineStyleInset
The border appears to be inset. |
|
wdLineStyleNone
No border. |
|
wdLineStyleOutset
The border appears to be outset. |
|
wdLineStyleSingle
A single solid line. |
|
wdLineStyleSingleWavy
A single wavy solid line. |
|
wdLineStyleThickThinLargeGap
An internal single thin solid line surrounded by a single thick solid line with a large gap between them. |
|
wdLineStyleThickThinMedGap
n internal single thick solid line surrounded by a single thin solid line with a medium gap between them. |
|
wdLineStyleThickThinSmallGap
An internal single thick solid line surrounded by a single thin solid line with a small gap between them. |
|
wdLineStyleThinThickLargeGap
An internal single thin solid line surrounded by a single thick solid line with a large gap between them. |
|
wdLineStyleThinThickMedGap
An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. |
|
wdLineStyleThinThickSmallGap
An internal single thin solid line surrounded by a single thick solid line with a small gap between them. |
|
wdLineStyleThinThickThinLargeGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. |
|
wdLineStyleThinThickThinMedGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. |
|
wdLineStyleThinThickThinSmallGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. |
|
wdLineStyleTriple
Three solid thin lines. |
Method Summary | |
---|---|
static WdLineStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WdLineStyle[] |
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 WdLineStyle wdLineStyleNone
public static final WdLineStyle wdLineStyleSingle
public static final WdLineStyle wdLineStyleDot
public static final WdLineStyle wdLineStyleDashSmallGap
public static final WdLineStyle wdLineStyleDashLargeGap
public static final WdLineStyle wdLineStyleDashDot
public static final WdLineStyle wdLineStyleDashDotDot
public static final WdLineStyle wdLineStyleDouble
public static final WdLineStyle wdLineStyleTriple
public static final WdLineStyle wdLineStyleThinThickSmallGap
public static final WdLineStyle wdLineStyleThickThinSmallGap
public static final WdLineStyle wdLineStyleThinThickThinSmallGap
public static final WdLineStyle wdLineStyleThinThickMedGap
public static final WdLineStyle wdLineStyleThickThinMedGap
public static final WdLineStyle wdLineStyleThinThickThinMedGap
public static final WdLineStyle wdLineStyleThinThickLargeGap
public static final WdLineStyle wdLineStyleThickThinLargeGap
public static final WdLineStyle wdLineStyleThinThickThinLargeGap
public static final WdLineStyle wdLineStyleSingleWavy
public static final WdLineStyle wdLineStyleDoubleWavy
public static final WdLineStyle wdLineStyleDashDotStroked
public static final WdLineStyle wdLineStyleEmboss3D
public static final WdLineStyle wdLineStyleEngrave3D
public static final WdLineStyle wdLineStyleOutset
public static final WdLineStyle wdLineStyleInset
Method Detail |
---|
public static WdLineStyle[] values()
for (WdLineStyle c : WdLineStyle.values()) System.out.println(c);
public static WdLineStyle 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 |