java.lang.Object
com.aspose.cells.DataLabelShapeType
public class DataLabelShapeType
| Field Summary | ||
|---|---|---|
static final int | RECT | |
| Represents the rectangle shape. | ||
static final int | ROUND_RECT | |
| Represents the round rectangle shape. | ||
static final int | ELLIPSE | |
| Represents the ellipse shape. | ||
static final int | RIGHT_ARROW_CALLOUT | |
| Represents the right arrow callout shape. | ||
static final int | DOWN_ARROW_CALLOUT | |
| Represents the down arrow callout shape. | ||
static final int | LEFT_ARROW_CALLOUT | |
| Represents the left arrow callout shape. | ||
static final int | UP_ARROW_CALLOUT | |
| Represents the up arrow callout shape. | ||
static final int | WEDGE_RECT_CALLOUT | |
| Represents the wedge rectangle callout shape. | ||
static final int | WEDGE_ROUND_RECT_CALLOUT | |
| Represents the wedge round rectangle callout shape. | ||
static final int | WEDGE_ELLIPSE_CALLOUT | |
| Represents the wedge ellipse callout shape. | ||
static final int | LINE_CALLOUT | |
| Represents the line callout shape. | ||
static final int | BENT_LINE_CALLOUT | |
| Represents the bent line callout shape. | ||
static final int | LINE_WITH_ACCENT_BAR_CALLOUT | |
| Represents the line with accent bar callout shape. | ||
static final int | BENT_LINE_WITH_ACCENT_BAR_CALLOUT | |
| Represents the bent line with accent bar callout shape. | ||
| Field Detail |
|---|
RECT | |
public static final int RECT | |
ROUND_RECT | |
public static final int ROUND_RECT | |
ELLIPSE | |
public static final int ELLIPSE | |
RIGHT_ARROW_CALLOUT | |
public static final int RIGHT_ARROW_CALLOUT | |
DOWN_ARROW_CALLOUT | |
public static final int DOWN_ARROW_CALLOUT | |
LEFT_ARROW_CALLOUT | |
public static final int LEFT_ARROW_CALLOUT | |
UP_ARROW_CALLOUT | |
public static final int UP_ARROW_CALLOUT | |
WEDGE_RECT_CALLOUT | |
public static final int WEDGE_RECT_CALLOUT | |
WEDGE_ROUND_RECT_CALLOUT | |
public static final int WEDGE_ROUND_RECT_CALLOUT | |
WEDGE_ELLIPSE_CALLOUT | |
public static final int WEDGE_ELLIPSE_CALLOUT | |
LINE_CALLOUT | |
public static final int LINE_CALLOUT | |
BENT_LINE_CALLOUT | |
public static final int BENT_LINE_CALLOUT | |
LINE_WITH_ACCENT_BAR_CALLOUT | |
public static final int LINE_WITH_ACCENT_BAR_CALLOUT | |
BENT_LINE_WITH_ACCENT_BAR_CALLOUT | |
public static final int BENT_LINE_WITH_ACCENT_BAR_CALLOUT | |