com.aspose.words
Class JoinStyle

java.lang.Object
    extended by 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 intBEVEL = 0
           Join edges by a straight line.
static final intMITER = 1
           Extend edges until they join.
static final intROUND = 2
           Draw an arc between the two edges.
 

Field Detail

BEVEL = 0

public static final int BEVEL
Join edges by a straight line.

MITER = 1

public static final int MITER
Extend edges until they join.

ROUND = 2

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.