|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.ShapeLineStyle
public class ShapeLineStyle
| Field Summary | ||
|---|---|---|
static final int | SINGLE | |
| Single line. | ||
static final int | DOUBLE | |
| Double lines of equal width. | ||
static final int | THICK_THIN | |
| Double lines, one thick, one thin. | ||
static final int | THIN_THICK | |
| Double lines, one thin, one thick. | ||
static final int | TRIPLE | |
| Three lines, thin, thick, thin. | ||
| Field Detail |
|---|
SINGLE | |
public static final int SINGLE | |
DOUBLE | |
public static final int DOUBLE | |
THICK_THIN | |
public static final int THICK_THIN | |
THIN_THICK | |
public static final int THIN_THICK | |
TRIPLE | |
public static final int TRIPLE | |
|
ASPOSE home | ||||||||