Package com.aspose.tasks
Class GanttBarSize
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GanttBarSize
-
public final class GanttBarSize extends com.aspose.ms.System.Enum
Specifies the height of a bar in points.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BarSize10
Bar size 10 points.static int
BarSize12
Bar size 12 points.static int
BarSize14
Bar size 14 points.static int
BarSize18
Bar size 18 points.static int
BarSize24
Bar size 24 points.static int
BarSize6
Bar size 6 points.static int
BarSize8
Bar size 8 points.
-
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
-
BarSize6
public static final int BarSize6
Bar size 6 points.
- See Also:
- Constant Field Values
-
BarSize8
public static final int BarSize8
Bar size 8 points.
- See Also:
- Constant Field Values
-
BarSize10
public static final int BarSize10
Bar size 10 points.
- See Also:
- Constant Field Values
-
BarSize12
public static final int BarSize12
Bar size 12 points.
- See Also:
- Constant Field Values
-
BarSize14
public static final int BarSize14
Bar size 14 points.
- See Also:
- Constant Field Values
-
BarSize18
public static final int BarSize18
Bar size 18 points.
- See Also:
- Constant Field Values
-
BarSize24
public static final int BarSize24
Bar size 24 points.
- See Also:
- Constant Field Values
-
-