ASPOSE home

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.
 

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.

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