Package com.aspose.tasks
Class GanttBarType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GanttBarType
-
public final class GanttBarType extends com.aspose.ms.System.Enum
Specifies the bar type.
-
-
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
-
Dashed
public static final int Dashed
Indicates Dashed Gantt bar type.
- See Also:
- Constant Field Values
-
Framed
public static final int Framed
Indicates Framed Gantt bar type.
- See Also:
- Constant Field Values
-
Solid
public static final int Solid
Indicates Solid Gantt bar type.
- See Also:
- Constant Field Values
-
-