public final class BarShape
extends com.aspose.ms.System.Enum
Shape of a bar rectangle.
Modifier and Type | Field and Description |
---|---|
static int |
Full
Indicates Full rectangle bar shape.
|
static int |
HalfHeight
Indicates Half height rectangle bar shape.
|
static int |
LineBottom
Indicates Line bottom bar shape.
|
static int |
Middle
Indicates Rectangle middle bar shape.
|
static int |
None
Indicates None bar shape.
|
static int |
Thin
Indicates Thin rectangle bar shape.
|
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
public static final int Full
Indicates Full rectangle bar shape.
public static final int HalfHeight
Indicates Half height rectangle bar shape.
public static final int Thin
Indicates Thin rectangle bar shape.
public static final int None
Indicates None bar shape.
public static final int Middle
Indicates Rectangle middle bar shape.
public static final int LineBottom
Indicates Line bottom bar shape.