com.acesoft.aceoffix.wordwriter
Enum WdLineStyle

java.lang.Object
  extended by java.lang.Enum<WdLineStyle>
      extended by com.acesoft.aceoffix.wordwriter.WdLineStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WdLineStyle>

public enum WdLineStyle
extends java.lang.Enum<WdLineStyle>

The style of the border.

Version:
5.0
Author:
Acesoft Corporation

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

wdLineStyleNone

public static final WdLineStyle wdLineStyleNone
No border.


wdLineStyleSingle

public static final WdLineStyle wdLineStyleSingle
A single solid line.


wdLineStyleDot

public static final WdLineStyle wdLineStyleDot
Dots.


wdLineStyleDashSmallGap

public static final WdLineStyle wdLineStyleDashSmallGap
A dash followed by a small gap.


wdLineStyleDashLargeGap

public static final WdLineStyle wdLineStyleDashLargeGap
A dash followed by a large gap.


wdLineStyleDashDot

public static final WdLineStyle wdLineStyleDashDot
A dash followed by a dot.


wdLineStyleDashDotDot

public static final WdLineStyle wdLineStyleDashDotDot
A dash followed by two dots.


wdLineStyleDouble

public static final WdLineStyle wdLineStyleDouble
Double solid lines.


wdLineStyleTriple

public static final WdLineStyle wdLineStyleTriple
Three solid thin lines.


wdLineStyleThinThickSmallGap

public static final WdLineStyle wdLineStyleThinThickSmallGap
An internal single thin solid line surrounded by a single thick solid line with a small gap between them.


wdLineStyleThickThinSmallGap

public static final WdLineStyle wdLineStyleThickThinSmallGap
An internal single thick solid line surrounded by a single thin solid line with a small gap between them.


wdLineStyleThinThickThinSmallGap

public static final WdLineStyle 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.


wdLineStyleThinThickMedGap

public static final WdLineStyle wdLineStyleThinThickMedGap
An internal single thin solid line surrounded by a single thick solid line with a medium gap between them.


wdLineStyleThickThinMedGap

public static final WdLineStyle wdLineStyleThickThinMedGap
n internal single thick solid line surrounded by a single thin solid line with a medium gap between them.


wdLineStyleThinThickThinMedGap

public static final WdLineStyle 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.


wdLineStyleThinThickLargeGap

public static final WdLineStyle wdLineStyleThinThickLargeGap
An internal single thin solid line surrounded by a single thick solid line with a large gap between them.


wdLineStyleThickThinLargeGap

public static final WdLineStyle wdLineStyleThickThinLargeGap
An internal single thin solid line surrounded by a single thick solid line with a large gap between them.


wdLineStyleThinThickThinLargeGap

public static final WdLineStyle 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.


wdLineStyleSingleWavy

public static final WdLineStyle wdLineStyleSingleWavy
A single wavy solid line.


wdLineStyleDoubleWavy

public static final WdLineStyle wdLineStyleDoubleWavy
Double wavy solid lines.


wdLineStyleDashDotStroked

public static final WdLineStyle wdLineStyleDashDotStroked
A dash followed by a dot stroke, thus rendering a border similar to a barber pole.


wdLineStyleEmboss3D

public static final WdLineStyle wdLineStyleEmboss3D
A dash followed by a dot stroke, thus rendering a border similar to a barber pole.


wdLineStyleEngrave3D

public static final WdLineStyle wdLineStyleEngrave3D
The border appears to have a 3-D engraved look.


wdLineStyleOutset

public static final WdLineStyle wdLineStyleOutset
The border appears to be outset.


wdLineStyleInset

public static final WdLineStyle wdLineStyleInset
The border appears to be inset.

Method Detail

values

public static WdLineStyle[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WdLineStyle c : WdLineStyle.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WdLineStyle 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
java.lang.NullPointerException - if the argument is null