GanttBarMiddleShape
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class GanttBarMiddleShape extends System.Enum
Specifies the middle shape of a bar.
Fields
Field | Description |
---|---|
LineBottom | Indicates bottom-aligned line shape. |
LineMiddle | Indicates center-aligned line shape. |
LineTop | Indicates top-aligned line shape. |
None | Indicates empty shape. |
RectangleBar | Indicates full height rectangle bar shape. |
RectangleBottom | Indicates Indicates bottom-aligned half height rectangle bar shape. |
RectangleMiddle | Indicates center-aligned 1/3 height rectangle bar shape. |
RectangleTop | Indicates top-aligned half height rectangle bar shape. |
LineBottom
public static final int LineBottom
Indicates bottom-aligned line shape.
LineMiddle
public static final int LineMiddle
Indicates center-aligned line shape.
LineTop
public static final int LineTop
Indicates top-aligned line shape.
None
public static final int None
Indicates empty shape.
RectangleBar
public static final int RectangleBar
Indicates full height rectangle bar shape.
RectangleBottom
public static final int RectangleBottom
Indicates Indicates bottom-aligned half height rectangle bar shape.
RectangleMiddle
public static final int RectangleMiddle
Indicates center-aligned 1/3 height rectangle bar shape.
RectangleTop
public static final int RectangleTop
Indicates top-aligned half height rectangle bar shape.