public final class LineTypes
extends com.aspose.ms.System.Enum
Flags to describe the type of line.
Modifier and Type | Field and Description |
---|---|
static byte |
BehindFill
The line must be rendered behind fill of shape.
|
static byte |
Dashed
Dashed line.
|
static byte |
None
Not used line
|
static byte |
ScalePen
The line width is scaled relative to size of shape.
|
static byte |
Solid
Solid line.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte None
Not used line
public static final byte Solid
Solid line.
public static final byte Dashed
Dashed line.
public static final byte BehindFill
The line must be rendered behind fill of shape.
public static final byte ScalePen
The line width is scaled relative to size of shape.