java.lang.Objectcom.aspose.words.JoinStyle
public class JoinStyle
Field Summary | ||
---|---|---|
static final int | BEVEL | |
Join edges by a straight line. | ||
static final int | MITER | |
Extend edges until they join. | ||
static final int | ROUND | |
Draw an arc between the two edges. |
Field Detail |
---|
BEVEL = 0 | |
public static final int BEVEL |
MITER = 1 | |
public static final int MITER |
ROUND = 2 | |
public static final int ROUND |