|
ASPOSE home |
java.lang.Objectcom.aspose.words.ArrowType
public class ArrowType
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. |
Field Detail |
---|
NONE | |
public static final int NONE |
ARROW | |
public static final int ARROW |
BLOCK | |
public static final int BLOCK |
DIAMOND | |
public static final int DIAMOND |
OVAL | |
public static final int OVAL |
OPEN | |
public static final int OPEN |
|
ASPOSE home |