PenStyle
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PenStyle extends System.Enum
Pen style
| Field | Description |
|---|---|
| SOLID | Specifies a solid line |
| DASH | Specifies a line consisting of dashes |
| DASH_DOT | Specifies a line consisting of dashes and dots |
| DOT | Specifies a line consisting of dots |
| LONG_DASH | Specifies a line consisting of long dashes |
| DASH_DOT_DOT | Specifies a line consisting of dashes and two dots |
| Method | Description |
|---|---|
| numbers() | |
| getName(Byte type) |
public static final Byte SOLID
Specifies a solid line
public static final Byte DASH
Specifies a line consisting of dashes
public static final Byte DASH_DOT
Specifies a line consisting of dashes and dots
public static final Byte DOT
Specifies a line consisting of dots
public static final Byte LONG_DASH
Specifies a line consisting of long dashes
public static final Byte DASH_DOT_DOT
Specifies a line consisting of dashes and two dots
public static Byte[] numbers()
Returns: java.lang.Byte[]
public static String getName(Byte type)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | java.lang.Byte |
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.