PenStyle

Contents
[ ]

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PenStyle extends System.Enum

Pen style

Fields

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

Methods

Method Description
numbers()
getName(Byte type)

SOLID

public static final Byte SOLID

Specifies a solid line

DASH

public static final Byte DASH

Specifies a line consisting of dashes

DASH_DOT

public static final Byte DASH_DOT

Specifies a line consisting of dashes and dots

DOT

public static final Byte DOT

Specifies a line consisting of dots

LONG_DASH

public static final Byte LONG_DASH

Specifies a line consisting of long dashes

DASH_DOT_DOT

public static final Byte DASH_DOT_DOT

Specifies a line consisting of dashes and two dots

numbers()

public static Byte[] numbers()

Returns: java.lang.Byte[]

getName(Byte type)

public static String getName(Byte type)

Parameters:

Parameter Type Description
type java.lang.Byte

Returns: java.lang.String