|
java.lang.Object
com.aspose.words.JoinStyle
public class JoinStyle - extends java.lang.Object
Utility class containing constants.
Line join style.
- See Also:
- Stroke.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.
|
BEVEL | |
public static final int BEVEL |
-
Join edges by a straight line.
MITER | |
public static final int MITER |
-
Extend edges until they join.
ROUND | |
public static final int ROUND |
-
Draw an arc between the two edges.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|