com.aspose.words
Class EndCap

java.lang.Object
    extended by com.aspose.words.EndCap

public class EndCap 
extends java.lang.Object

Utility class containing constants. Specifies line cap style.
See Also:
Stroke.EndCap

Field Summary
static final intROUND
           Rounded ends.
static final intSQUARE
           Square protrudes by half line width.
static final intFLAT
           Line ends at end point.
static final intDEFAULT
           Default value is FLAT.
 

Field Detail

ROUND

public static final int ROUND
Rounded ends.

SQUARE

public static final int SQUARE
Square protrudes by half line width.

FLAT

public static final int FLAT
Line ends at end point.

DEFAULT

public static final int DEFAULT
Default value is FLAT.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.