java.lang.Objectcom.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. | ||
static final int | DEFAULT | |
Default value is |
Field Detail |
---|
SINGLE = 0 | |
public static final int SINGLE |
DOUBLE = 1 | |
public static final int DOUBLE |
THICK_THIN = 2 | |
public static final int THICK_THIN |
THIN_THICK = 3 | |
public static final int THIN_THICK |
TRIPLE = 4 | |
public static final int TRIPLE |
DEFAULT = 0 | |
public static final int DEFAULT |