public final class OfficeDashStyle
extends com.aspose.ms.System.Enum
Represents a dashed line style.
Modifier and Type | Field and Description |
---|---|
static int |
Dash
Dash style.
|
static int |
DashDot
Dash dot style.
|
static int |
DashDotDot
Dash dot dot style.
|
static int |
Default
Same as
Solid |
static int |
Dot
Dot style.
|
static int |
Solid
Solid (continuous) pen.
|
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, toString
public static final int Solid
Solid (continuous) pen.
public static final int Default
Same as Solid
public static final int Dot
Dot style.
public static final int Dash
Dash style.
public static final int DashDot
Dash dot style.
public static final int DashDotDot
Dash dot dot style.
Copyright © 2018. All rights reserved.