com.aspose.barcode
Class BorderDashStyle

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.BorderDashStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class BorderDashStyle
extends java.lang.Enum

Specifies the style of dashed border lines.

See Also:
Serialized Form

Field Summary
static int Dash
           Specifies a line consisting of dashes.
static int DashDot
           Specifies a line consisting of a repeating pattern of dash-dot.
static int DashDotDot
           Specifies a line consisting of a repeating pattern of dash-dot-dot.
static int Dot
           Specifies a line consisting of dots.
static int Solid
           Specifies a solid line.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Dash

public static final int Dash

Specifies a line consisting of dashes.

See Also:
Constant Field Values

DashDot

public static final int DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

See Also:
Constant Field Values

DashDotDot

public static final int DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

See Also:
Constant Field Values

Dot

public static final int Dot

Specifies a line consisting of dots.

See Also:
Constant Field Values

Solid

public static final int Solid

Specifies a solid line.

See Also:
Constant Field Values