public final class PenStyle
extends com.aspose.ms.System.Enum
Pen style
Modifier and Type | Field and Description |
---|---|
static byte |
Dash
Specifies a line consisting of dashes
|
static byte |
DashDot
Specifies a line consisting of dashes and dots
|
static byte |
DashDotDot
Specifies a line consisting of dashes and two dots
|
static byte |
Dot
Specifies a line consisting of dots
|
static byte |
LongDash
Specifies a line consisting of long dashes
|
static byte |
Solid
Specifies a solid line
|
Modifier and Type | Method and Description |
---|---|
static int[] |
numbers() |
public static final byte Dash
Specifies a line consisting of dashes
public static final byte DashDot
Specifies a line consisting of dashes and dots
public static final byte DashDotDot
Specifies a line consisting of dashes and two dots
public static final byte Dot
Specifies a line consisting of dots
public static final byte LongDash
Specifies a line consisting of long dashes
public static final byte Solid
Specifies a solid line