Package com.aspose.tasks
Class GanttBarMiddleShape
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GanttBarMiddleShape
-
public final class GanttBarMiddleShape extends com.aspose.ms.System.Enum
Specifies the middle shape of a bar.
-
-
Field Summary
Fields Modifier and Type Field Description static int
LineBottom
Indicates Bottom line Gantt bar middle shape.static int
LineMiddle
Indicates Middle line Gantt bar middle shape.static int
LineTop
Indicates Top line Gantt bar middle shape.static int
None
Indicates None Gantt bar middle shape.static int
RectangleBar
Indicates Rectangle Gantt bar middle shape.static int
RectangleBottom
Indicates Rectangle bottom Gantt bar middle shape.static int
RectangleMiddle
Indicates Rectangle middle Gantt bar middle shape.static int
RectangleTop
Indicates Rectangle top Gantt bar middle shape.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
LineBottom
public static final int LineBottom
Indicates Bottom line Gantt bar middle shape.
- See Also:
- Constant Field Values
-
LineMiddle
public static final int LineMiddle
Indicates Middle line Gantt bar middle shape.
- See Also:
- Constant Field Values
-
LineTop
public static final int LineTop
Indicates Top line Gantt bar middle shape.
- See Also:
- Constant Field Values
-
None
public static final int None
Indicates None Gantt bar middle shape.
- See Also:
- Constant Field Values
-
RectangleBar
public static final int RectangleBar
Indicates Rectangle Gantt bar middle shape.
- See Also:
- Constant Field Values
-
RectangleBottom
public static final int RectangleBottom
Indicates Rectangle bottom Gantt bar middle shape.
- See Also:
- Constant Field Values
-
RectangleMiddle
public static final int RectangleMiddle
Indicates Rectangle middle Gantt bar middle shape.
- See Also:
- Constant Field Values
-
RectangleTop
public static final int RectangleTop
Indicates Rectangle top Gantt bar middle shape.
- See Also:
- Constant Field Values
-
-