ASPOSE home

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 intBLOCK
           The arrow is a solid block.
static final intDIAMOND
           The arrow is a solid diamond.
static final intOVAL
           The arrow is a solid oval.
static final intOPEN
           The arrow is an open arrow.
 

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.

BLOCK

public static final int BLOCK
The arrow is a solid block.

DIAMOND

public static final int DIAMOND
The arrow is a solid diamond.

OVAL

public static final int OVAL
The arrow is a solid oval.

OPEN

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

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