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-aligned line shape.
LineMiddleIndicates center-aligned line shape.
LineTopIndicates top-aligned line shape.
NoneIndicates empty shape.
RectangleBarIndicates full height rectangle bar shape.
RectangleBottomIndicates Indicates bottom-aligned half height rectangle bar shape.
RectangleMiddleIndicates center-aligned 1/3 height rectangle bar shape.
RectangleTopIndicates 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.