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

FieldDescription
LineBottomIndicates Bottom line Gantt bar middle shape.
LineMiddleIndicates Middle line Gantt bar middle shape.
LineTopIndicates Top line Gantt bar middle shape.
NoneIndicates None Gantt bar middle shape.
RectangleBarIndicates Rectangle Gantt bar middle shape.
RectangleBottomIndicates Rectangle bottom Gantt bar middle shape.
RectangleMiddleIndicates Rectangle middle Gantt bar middle shape.
RectangleTopIndicates Rectangle top Gantt bar middle shape.

LineBottom

public static final int LineBottom

Indicates Bottom line Gantt bar middle shape.

LineMiddle

public static final int LineMiddle

Indicates Middle line Gantt bar middle shape.

LineTop

public static final int LineTop

Indicates Top line Gantt bar middle shape.

None

public static final int None

Indicates None Gantt bar middle shape.

RectangleBar

public static final int RectangleBar

Indicates Rectangle Gantt bar middle shape.

RectangleBottom

public static final int RectangleBottom

Indicates Rectangle bottom Gantt bar middle shape.

RectangleMiddle

public static final int RectangleMiddle

Indicates Rectangle middle Gantt bar middle shape.

RectangleTop

public static final int RectangleTop

Indicates Rectangle top Gantt bar middle shape.