public final class DashStyle
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.
|
static int |
DashDot
Represents a dash-dot line.
|
static int |
DashDotDot
Represents a dash-dot-dot line.
|
static int |
DashLongDash
Represents a long dash-short dash line.
|
static int |
DashLongDashDot
Represents a long dash-short dash-dot line.
|
static int |
RoundDot
Represents a round-dot line.
|
static int |
Solid
Represent a solid line.
|
static int |
SquareDot
Represents a square-dot line.
|
public static final int Dash
Represent a dash line.
public static final int DashDot
Represents a dash-dot line.
public static final int DashDotDot
Represents a dash-dot-dot line.
public static final int DashLongDash
Represents a long dash-short dash line.
public static final int DashLongDashDot
Represents a long dash-short dash-dot line.
public static final int RoundDot
Represents a round-dot line.
public static final int Solid
Represent a solid line.
public static final int SquareDot
Represents a square-dot line.
Copyright © 2018. All rights reserved.