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

FieldDescription
FullIndicates Full rectangle bar shape.
HalfHeightIndicates top-aligned half height rectangle bar shape.
HalfHeightBottomIndicates bottom-aligned half height rectangle bar shape.
LineBottomIndicates bottom-aligned line shape.
LineTopIndicates top-aligned line shape.
MiddleIndicates center-aligned line shape.
NoneIndicates None bar shape.
ThinIndicates 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.