GanttBarEndShape
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class GanttBarEndShape extends System.Enum
Represents end shape in bars and progress points in progress lines.
Fields
Field | Description |
---|---|
ArrowDown | Indicates Arrow pointing down Gantt bar end shape. |
ArrowUp | Indicates Arrow pointing up Gantt bar end shape. |
CaretDownTop | Indicates Caret pointing down on the top half of the bar Gantt bar end shape. |
CaretUpBottom | Indicates Caret pointing up on the bottom half of the bar Gantt bar end shape. |
Circle | Indicates Circle Gantt bar end shape. |
CircleArrowDown | Indicates Circled arrow pointing down Gantt bar end shape. |
CircleArrowUp | Indicates Circled arrow pointing up Gantt bar end shape. |
CircleDiamond | Indicates Circled diamond Gantt bar end shape. |
CircleTriangleDown | Indicates Circled triangle pointing down Gantt bar end shape. |
CircleTriangleUp | Indicates Circled triangle pointing up Gantt bar end shape. |
Diamond | Indicates Diamond Gantt bar end shape. |
HouseDown | Indicates Upside-down house Gantt bar end shape. |
HouseUp | Indicates House Gantt bar end shape. |
LeftBracket | Indicates Left bracket Gantt bar end shape. |
LeftFade | Indicates Left fade Gantt bar end shape. |
LineShape | Indicates Line Gantt bar end shape. |
NoBarEndShape | Indicates None Gantt bar end shape. |
RightBracket | Indicates Right bracket Gantt bar end shape. |
RightFade | Indicates Right fade Gantt bar end shape. |
Square | Indicates Square Gantt bar end shape. |
Star | Indicates Star Gantt bar end shape. |
TriangleDown | Indicates Triangle pointing down Gantt bar end shape. |
TriangleLeft | Indicates Triangle pointing left Gantt bar end shape. |
TriangleRight | Indicates Triangle pointing right Gantt bar end shape. |
TriangleUp | Indicates Circled triangle pointing up Gantt bar end shape. |
ArrowDown
public static final int ArrowDown
Indicates Arrow pointing down Gantt bar end shape.
ArrowUp
public static final int ArrowUp
Indicates Arrow pointing up Gantt bar end shape.
CaretDownTop
public static final int CaretDownTop
Indicates Caret pointing down on the top half of the bar Gantt bar end shape.
CaretUpBottom
public static final int CaretUpBottom
Indicates Caret pointing up on the bottom half of the bar Gantt bar end shape.
Circle
public static final int Circle
Indicates Circle Gantt bar end shape.
CircleArrowDown
public static final int CircleArrowDown
Indicates Circled arrow pointing down Gantt bar end shape.
CircleArrowUp
public static final int CircleArrowUp
Indicates Circled arrow pointing up Gantt bar end shape.
CircleDiamond
public static final int CircleDiamond
Indicates Circled diamond Gantt bar end shape.
CircleTriangleDown
public static final int CircleTriangleDown
Indicates Circled triangle pointing down Gantt bar end shape.
CircleTriangleUp
public static final int CircleTriangleUp
Indicates Circled triangle pointing up Gantt bar end shape.
Diamond
public static final int Diamond
Indicates Diamond Gantt bar end shape.
HouseDown
public static final int HouseDown
Indicates Upside-down house Gantt bar end shape.
HouseUp
public static final int HouseUp
Indicates House Gantt bar end shape.
LeftBracket
public static final int LeftBracket
Indicates Left bracket Gantt bar end shape.
LeftFade
public static final int LeftFade
Indicates Left fade Gantt bar end shape.
LineShape
public static final int LineShape
Indicates Line Gantt bar end shape.
NoBarEndShape
public static final int NoBarEndShape
Indicates None Gantt bar end shape.
RightBracket
public static final int RightBracket
Indicates Right bracket Gantt bar end shape.
RightFade
public static final int RightFade
Indicates Right fade Gantt bar end shape.
Square
public static final int Square
Indicates Square Gantt bar end shape.
Star
public static final int Star
Indicates Star Gantt bar end shape.
TriangleDown
public static final int TriangleDown
Indicates Triangle pointing down Gantt bar end shape.
TriangleLeft
public static final int TriangleLeft
Indicates Triangle pointing left Gantt bar end shape.
TriangleRight
public static final int TriangleRight
Indicates Triangle pointing right Gantt bar end shape.
TriangleUp
public static final int TriangleUp
Indicates Circled triangle pointing up Gantt bar end shape.