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 String |
getName(Byte type) |
static Byte[] |
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