public final class Shape
extends com.aspose.ms.System.Enum
Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of SaveFileFormat
.
Modifier and Type | Field and Description |
---|---|
static int |
ArrowDown
Indicates ArrowDown shape.
|
static int |
LeftBracket
Indicates Left bracket shape.
|
static int |
LeftFade
Indicates Left fade shape.
|
static int |
None
Indicates None shape.
|
static int |
Pentagon
Indicates Pentagon shape.
|
static int |
RightBracket
Indicates Right bracket shape.
|
static int |
RightFade
Indicates Right fade shape.
|
static int |
Triangle
Indicates Triangle shape.
|
static int |
VerticalLine
Indicates Vertical line 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 None
Indicates None shape.
public static final int VerticalLine
Indicates Vertical line shape.
public static final int Pentagon
Indicates Pentagon shape.
public static final int Triangle
Indicates Triangle shape.
public static final int LeftBracket
Indicates Left bracket shape.
public static final int RightBracket
Indicates Right bracket shape.
public static final int ArrowDown
Indicates ArrowDown shape.
public static final int LeftFade
Indicates Left fade shape.
public static final int RightFade
Indicates Right fade shape.