Class BarShape


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

    Shape of a bar rectangle.

    • 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 Full
      Indicates Full rectangle bar shape.
      static int HalfHeight
      Indicates top-aligned half height rectangle bar shape.
      static int HalfHeightBottom
      Indicates bottom-aligned half height rectangle bar shape.
      static int LineBottom
      Indicates bottom-aligned line shape.
      static int LineTop
      Indicates top-aligned line shape.
      static int Middle
      Indicates center-aligned line shape.
      static int None
      Indicates None bar shape.
      static int Thin
      Indicates center-aligned line 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

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