java.lang.Object
com.aspose.cells.MsoLineStyle
public class MsoLineStyle
- extends java.lang.Object
Utility class containing constants.
Represents style of drawing lines.
Field Summary |
static final int | SINGLE | |
Single line (of width lineWidth)
|
static final int | THICK_BETWEEN_THIN | |
Three lines, thin, thick, thin
|
static final int | THIN_THICK | |
Double lines, one thin, one thick
|
static final int | THICK_THIN | |
Double lines, one thick, one thin
|
static final int | THIN_THIN | |
Double lines of equal width
|
SINGLE | |
public static final int SINGLE |
-
Single line (of width lineWidth)
THICK_BETWEEN_THIN | |
public static final int THICK_BETWEEN_THIN |
-
Three lines, thin, thick, thin
THIN_THICK | |
public static final int THIN_THICK |
-
Double lines, one thin, one thick
THICK_THIN | |
public static final int THICK_THIN |
-
Double lines, one thick, one thin
THIN_THIN | |
public static final int THIN_THIN |
-
Double lines of equal width
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.