java.lang.Object
com.aspose.cells.LineType
public class LineType
- extends java.lang.Object
Utility class containing constants.
Enumerates the type of Picture border or Chart line.
Field Summary |
static final int | DARK_GRAY | |
Represents a dark gray line.
|
static final int | DASH | |
Represent a dash line.
|
static final int | DASH_DOT | |
Represents a dash-dot line
|
static final int | DASH_DOT_DOT | |
Represents a dash-dot-dot line.
|
static final int | DOT | |
Represents a dotted line.
|
static final int | LIGHT_GRAY | |
Represents a light gray line.
|
static final int | MEDIUM_GRAY | |
Represents a medium gray line.
|
static final int | SOLID | |
Represent a solid line.
|
DARK_GRAY | |
public static final int DARK_GRAY |
-
Represents a dark gray line.
DASH | |
public static final int DASH |
-
Represent a dash line.
DASH_DOT | |
public static final int DASH_DOT |
-
Represents a dash-dot line
DASH_DOT_DOT | |
public static final int DASH_DOT_DOT |
-
Represents a dash-dot-dot line.
DOT | |
public static final int DOT |
-
Represents a dotted line.
LIGHT_GRAY | |
public static final int LIGHT_GRAY |
-
Represents a light gray line.
MEDIUM_GRAY | |
public static final int MEDIUM_GRAY |
-
Represents a medium gray line.
SOLID | |
public static final int SOLID |
-
Represent a solid line.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.