|
java.lang.Object
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 int | NONE | |
|
The line does not have an arrow at the end.
|
static final int | ARROW | |
|
The arrow is a solid triangle.
|
static final int | BLOCK | |
|
The arrow is a solid block.
|
static final int | DIAMOND | |
|
The arrow is a solid diamond.
|
static final int | OVAL | |
|
The arrow is a solid oval.
|
static final int | OPEN | |
|
The arrow is an open arrow.
|
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:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|