|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.BorderDashStyle
public final class BorderDashStyle
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 |
---|
public static final int SOLID
Specifies a solid line.
public static final int DASH
Specifies a line consisting of dashes.
public static final int DOT
Specifies a line consisting of dots.
public static final int DASH_DOT
Specifies a line consisting of a repeating pattern of dash-dot.
public static final int DASH_DOT_DOT
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |