com.aspose.barcode
Class BorderDashStyle

java.lang.Object
  extended by com.aspose.barcode.BorderDashStyle

public final class BorderDashStyle
extends Object

Specifies the style of dashed border lines.


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.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Solid

public static final int Solid

Specifies a solid line.

See Also:
Constant Field Values

Dash

public static final int Dash

Specifies a line consisting of dashes.

See Also:
Constant Field Values

Dot

public static final int Dot

Specifies a line consisting of dots.

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


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.