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 = 0
           Rounded ends.
static final intSQUARE = 1
           Square protrudes by half line width.
static final intFLAT = 2
           Line ends at end point.
static final intDEFAULT = 2
           Default value is FLAT.
 

Field Detail

ROUND = 0

public static final int ROUND
Rounded ends.

SQUARE = 1

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

FLAT = 2

public static final int FLAT
Line ends at end point.

DEFAULT = 2

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.