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 Half height rectangle bar shape.
LineBottomIndicates Line bottom bar shape.
MiddleIndicates Rectangle middle bar shape.
NoneIndicates None bar shape.
ThinIndicates Thin rectangle bar shape.

Full

public static final int Full

Indicates Full rectangle bar shape.

HalfHeight

public static final int HalfHeight

Indicates Half height rectangle bar shape.

LineBottom

public static final int LineBottom

Indicates Line bottom bar shape.

Middle

public static final int Middle

Indicates Rectangle middle bar shape.

None

public static final int None

Indicates None bar shape.

Thin

public static final int Thin

Indicates Thin rectangle bar shape.