com.aspose.words
Class ArrowType

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

public class ArrowType 
extends java.lang.Object

Utility class containing constants. Specifies the type of an arrow at a line end.
See Also:
Stroke.StartArrowType, Stroke.EndArrowType

Field Summary
static final intNONE
           The line does not have an arrow at the end.
static final intARROW
           The arrow is a solid triangle.
static final intSTEALTH
           The arrow is a "stealth" arrow.
static final intDIAMOND
           The line end is a solid diamond.
static final intOVAL
           The line end is a solid oval.
static final intOPEN
           The arrow is an open arrow.
static final intDEFAULT
           Same as NONE.
 

Field Detail

NONE

public static final int NONE
The line does not have an arrow at the end.

ARROW

public static final int ARROW
The arrow is a solid triangle.

STEALTH

public static final int STEALTH
The arrow is a "stealth" arrow.

DIAMOND

public static final int DIAMOND
The line end is a solid diamond.

OVAL

public static final int OVAL
The line end is a solid oval.

OPEN

public static final int OPEN
The arrow is an open arrow.

DEFAULT

public static final int DEFAULT
Same as NONE.

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