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 = 0
           The line does not have an arrow at the end.
static final intARROW = 1
           The arrow is a solid triangle.
static final intSTEALTH = 2
           The arrow is a "stealth" arrow.
static final intDIAMOND = 3
           The line end is a solid diamond.
static final intOVAL = 4
           The line end is a solid oval.
static final intOPEN = 5
           The arrow is an open arrow.
static final intDEFAULT = 0
           Same as NONE.
 

Field Detail

NONE = 0

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

ARROW = 1

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

STEALTH = 2

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

DIAMOND = 3

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

OVAL = 4

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

OPEN = 5

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

DEFAULT = 0

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.