Class GanttBarMiddleShape


  • public final class GanttBarMiddleShape
    extends com.aspose.ms.System.Enum

    Specifies the middle shape of a bar.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LineBottom
      Indicates bottom-aligned line shape.
      static int LineMiddle
      Indicates center-aligned line shape.
      static int LineTop
      Indicates top-aligned line shape.
      static int None
      Indicates empty shape.
      static int RectangleBar
      Indicates full height rectangle bar shape.
      static int RectangleBottom
      Indicates Indicates bottom-aligned half height rectangle bar shape.
      static int RectangleMiddle
      Indicates center-aligned 1/3 height rectangle bar shape.
      static int RectangleTop
      Indicates top-aligned half height rectangle bar shape.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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

      • LineBottom

        public static final int LineBottom

        Indicates bottom-aligned line shape.

        See Also:
        Constant Field Values
      • LineMiddle

        public static final int LineMiddle

        Indicates center-aligned line shape.

        See Also:
        Constant Field Values
      • LineTop

        public static final int LineTop

        Indicates top-aligned line shape.

        See Also:
        Constant Field Values
      • RectangleBar

        public static final int RectangleBar

        Indicates full height rectangle bar shape.

        See Also:
        Constant Field Values
      • RectangleBottom

        public static final int RectangleBottom

        Indicates Indicates bottom-aligned half height rectangle bar shape.

        See Also:
        Constant Field Values
      • RectangleMiddle

        public static final int RectangleMiddle

        Indicates center-aligned 1/3 height rectangle bar shape.

        See Also:
        Constant Field Values
      • RectangleTop

        public static final int RectangleTop

        Indicates top-aligned half height rectangle bar shape.

        See Also:
        Constant Field Values