com.aspose.cells

Class DataLabelShapeType

  • java.lang.Object
    • com.aspose.cells.DataLabelShapeType
public class DataLabelShapeType 
extends java.lang.Object

Utility class containing constants. Specifies the preset shape geometry that is to be used for a chart.

Field Summary
static final intRECT
Represents the rectangle shape.
static final intROUND_RECT
Represents the round rectangle shape.
static final intELLIPSE
Represents the ellips shape.
static final intRIGHT_ARROW_CALLOUT
Represents the right arrow callout shape.
static final intDOWN_ARROW_CALLOUT
Represents the down arrow callout shape.
static final intLEFT_ARROW_CALLOUT
Represents the left arrow callout shape.
static final intUP_ARROW_CALLOUT
Represents the up arrow callout shape.
static final intWEDGE_RECT_CALLOUT
Represents the wedge rectangle callout shape.
static final intWEDGE_ROUND_RECT_CALLOUT
Represents the wedge round rectangle callout shape.
static final intWEDGE_ELLIPSE_CALLOUT
Represents the wedge ellipse callout shape.
static final intLINE_CALLOUT
Represents the line callout shape.
static final intBENT_LINE_CALLOUT
Represents the bent line callout shape.
static final intLINE_WITH_ACCENT_BAR_CALLOUT
Represents the line with accent bar callout shape.
static final intBENT_LINE_WITH_ACCENT_BAR_CALLOUT
Represents the bent line with accent bar callout shape.
 

    • Field Detail

      • RECT

        public static final int RECT
        Represents the rectangle shape.
      • ROUND_RECT

        public static final int ROUND_RECT
        Represents the round rectangle shape.
      • ELLIPSE

        public static final int ELLIPSE
        Represents the ellips shape.
      • RIGHT_ARROW_CALLOUT

        public static final int RIGHT_ARROW_CALLOUT
        Represents the right arrow callout shape.
      • DOWN_ARROW_CALLOUT

        public static final int DOWN_ARROW_CALLOUT
        Represents the down arrow callout shape.
      • LEFT_ARROW_CALLOUT

        public static final int LEFT_ARROW_CALLOUT
        Represents the left arrow callout shape.
      • UP_ARROW_CALLOUT

        public static final int UP_ARROW_CALLOUT
        Represents the up arrow callout shape.
      • WEDGE_RECT_CALLOUT

        public static final int WEDGE_RECT_CALLOUT
        Represents the wedge rectangle callout shape.
      • WEDGE_ROUND_RECT_CALLOUT

        public static final int WEDGE_ROUND_RECT_CALLOUT
        Represents the wedge round rectangle callout shape.
      • WEDGE_ELLIPSE_CALLOUT

        public static final int WEDGE_ELLIPSE_CALLOUT
        Represents the wedge ellipse callout shape.
      • LINE_CALLOUT

        public static final int LINE_CALLOUT
        Represents the line callout shape.
      • BENT_LINE_CALLOUT

        public static final int BENT_LINE_CALLOUT
        Represents the bent line callout shape.
      • LINE_WITH_ACCENT_BAR_CALLOUT

        public static final int LINE_WITH_ACCENT_BAR_CALLOUT
        Represents the line with accent bar callout shape.
      • BENT_LINE_WITH_ACCENT_BAR_CALLOUT

        public static final int BENT_LINE_WITH_ACCENT_BAR_CALLOUT
        Represents the bent line with accent bar callout shape.