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