public final class LinePattern
extends com.aspose.ms.System.Enum
Line pattern.
Modifier and Type | Field and Description |
---|---|
static int |
CloseDot
Close dot.
|
static int |
Dashed
Dashed.
|
static int |
Dotted
Dotted.
|
static int |
None
A line will not be shown.
|
static int |
Solid
Solid.
|
public static final int None
A line will not be shown.
public static final int Solid
Solid.
public static final int CloseDot
Close dot.
public static final int Dotted
Dotted.
public static final int Dashed
Dashed.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.