Package com.aspose.tasks
Class BarShape
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.BarShape
-
public final class BarShape extends com.aspose.ms.System.EnumShape of a bar rectangle.
-
-
Field Summary
Fields Modifier and Type Field Description static intFullIndicates Full rectangle bar shape.static intHalfHeightIndicates top-aligned half height rectangle bar shape.static intHalfHeightBottomIndicates bottom-aligned half height rectangle bar shape.static intLineBottomIndicates bottom-aligned line shape.static intLineTopIndicates top-aligned line shape.static intMiddleIndicates center-aligned line shape.static intNoneIndicates None bar shape.static intThinIndicates center-aligned line 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
-
Full
public static final int Full
Indicates Full rectangle bar shape.
- See Also:
- Constant Field Values
-
HalfHeight
public static final int HalfHeight
Indicates top-aligned half height rectangle bar shape.
- See Also:
- Constant Field Values
-
HalfHeightBottom
public static final int HalfHeightBottom
Indicates bottom-aligned half height rectangle bar shape.
- See Also:
- Constant Field Values
-
Thin
public static final int Thin
Indicates center-aligned line shape.
- See Also:
- Constant Field Values
-
None
public static final int None
Indicates None bar shape.
- See Also:
- Constant Field Values
-
Middle
public static final int Middle
Indicates center-aligned line shape.
- See Also:
- Constant Field Values
-
LineBottom
public static final int LineBottom
Indicates bottom-aligned line shape.
- See Also:
- Constant Field Values
-
LineTop
public static final int LineTop
Indicates top-aligned line shape.
- See Also:
- Constant Field Values
-
-