BarShape
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BarShape extends System.Enum
Shape of a bar rectangle.
Fields
Field | Description |
---|---|
Full | Indicates Full rectangle bar shape. |
HalfHeight | Indicates top-aligned half height rectangle bar shape. |
HalfHeightBottom | Indicates bottom-aligned half height rectangle bar shape. |
LineBottom | Indicates bottom-aligned line shape. |
LineTop | Indicates top-aligned line shape. |
Middle | Indicates center-aligned line shape. |
None | Indicates None bar shape. |
Thin | Indicates center-aligned line shape. |
Full
public static final int Full
Indicates Full rectangle bar shape.
HalfHeight
public static final int HalfHeight
Indicates top-aligned half height rectangle bar shape.
HalfHeightBottom
public static final int HalfHeightBottom
Indicates bottom-aligned half height rectangle bar shape.
LineBottom
public static final int LineBottom
Indicates bottom-aligned line shape.
LineTop
public static final int LineTop
Indicates top-aligned line shape.
Middle
public static final int Middle
Indicates center-aligned line shape.
None
public static final int None
Indicates None bar shape.
Thin
public static final int Thin
Indicates center-aligned line shape.