ASPOSE home

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
           Join edges by a straight line.
static final intMITER
           Extend edges until they join.
static final intROUND
           Draw an arc between the two edges.
 

Field Detail

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home