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 |
DASH_DOT
Specifies a line consisting of dashes and dots
|
static Byte |
DASH_DOT_DOT
Specifies a line consisting of dashes and two dots
|
static Byte |
DOT
Specifies a line consisting of dots
|
static Byte |
LONG_DASH
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() |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic 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 DASH_DOT_DOT
Specifies a line consisting of dashes and two 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 SOLID
Specifies a solid line
Copyright © 2024. All rights reserved.