public final class ExtendedDashStyle
extends com.aspose.ms.System.Enum
Represents style of dash drawing lines on documents
Modifier and Type | Field and Description |
---|---|
static int |
Dash
Represent a dash line style.
|
static int |
DashDot
Dash short dash.
|
static int |
Default
Represent a default solid line.
|
static int |
Dot
Represent a square dot style.
|
static int |
LongDash
Represent a long dash style.
|
static int |
LongDashDot
Long dash short dash.
|
static int |
LongDashDotDot
Long dash short dash short dash.
|
static int |
ShortDash
Represent a short dash line.
|
static int |
ShortDashDot
Represent a short dash-dot line.
|
static int |
ShortDashDotDot
Represent a short dash-dot-dot line.
|
static int |
ShortDot
Represent a short dot line.
|
static int |
Solid
Represent a solid line.
|
public static final int Default
Represent a default solid line.
public static final int Solid
Represent a solid line.
public static final int ShortDash
Represent a short dash line.
public static final int ShortDot
Represent a short dot line.
public static final int ShortDashDot
Represent a short dash-dot line.
public static final int ShortDashDotDot
Represent a short dash-dot-dot line.
public static final int Dot
Represent a square dot style.
public static final int Dash
Represent a dash line style.
public static final int LongDash
Represent a long dash style.
public static final int DashDot
Dash short dash.
public static final int LongDashDot
Long dash short dash.
public static final int LongDashDotDot
Long dash short dash short dash.
Copyright © 2017. All rights reserved.