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 DASH_DOT
           Specifies a line consisting of a repeating pattern of dash-dot.
static int DASH_DOT_DOT
           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

DASH_DOT

public static final int DASH_DOT

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

See Also:
Constant Field Values

DASH_DOT_DOT

public static final int DASH_DOT_DOT

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.