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 | |
public static final int BEVEL |
MITER | |
public static final int MITER |
ROUND | |
public static final int ROUND |