LineDashStyle

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

public final class LineDashStyle extends System.Enum

Represents the line dash style.

Fields

FieldDescription
NotDefined
Solid
Dot
Dash
LargeDash
DashDot
LargeDashDot
LargeDashDotDot
SystemDash
SystemDot
SystemDashDot
SystemDashDotDot
Custom

NotDefined

public static final byte NotDefined

Solid

public static final byte Solid

Dot

public static final byte Dot

Dash

public static final byte Dash

LargeDash

public static final byte LargeDash

DashDot

public static final byte DashDot

LargeDashDot

public static final byte LargeDashDot

LargeDashDotDot

public static final byte LargeDashDotDot

SystemDash

public static final byte SystemDash

SystemDot

public static final byte SystemDot

SystemDashDot

public static final byte SystemDashDot

SystemDashDotDot

public static final byte SystemDashDotDot

Custom

public static final byte Custom