|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.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 |
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 |
---|
public static final int Dash
Specifies a line consisting of dashes.
public static final int DashDot
Specifies a line consisting of a repeating pattern of dash-dot.
public static final int DashDotDot
Specifies a line consisting of a repeating pattern of dash-dot-dot.
public static final int Dot
Specifies a line consisting of dots.
public static final int Solid
Specifies a solid line.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |