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