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 | STEALTH | |
The arrow is a "stealth" arrow. | ||
static final int | DIAMOND | |
The line end is a solid diamond. | ||
static final int | OVAL | |
The line end is a solid oval. | ||
static final int | OPEN | |
The arrow is an open arrow. | ||
static final int | DEFAULT | |
Same as |
Field Detail |
---|
NONE | |
public static final int NONE |
ARROW | |
public static final int ARROW |
STEALTH | |
public static final int STEALTH |
DIAMOND | |
public static final int DIAMOND |
OVAL | |
public static final int OVAL |
OPEN | |
public static final int OPEN |
DEFAULT | |
public static final int DEFAULT |