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 = 0 | |
public static final int NONE |
ARROW = 1 | |
public static final int ARROW |
STEALTH = 2 | |
public static final int STEALTH |
DIAMOND = 3 | |
public static final int DIAMOND |
OVAL = 4 | |
public static final int OVAL |
OPEN = 5 | |
public static final int OPEN |
DEFAULT = 0 | |
public static final int DEFAULT |