java.lang.Object
com.aspose.cells.MsoLineStyle
public class MsoLineStyle
| 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 | ||
| Field Detail |
|---|
SINGLE | |
public static final int SINGLE | |
THICK_BETWEEN_THIN | |
public static final int THICK_BETWEEN_THIN | |
THIN_THICK | |
public static final int THIN_THICK | |
THICK_THIN | |
public static final int THICK_THIN | |
THIN_THIN | |
public static final int THIN_THIN | |