Shape
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class Shape extends 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.
Fields
Field | Description |
---|---|
ArrowDown | Indicates ArrowDown shape. |
Circle | Indicates Circle shape. |
Diamond | Indicates Diamond shape. |
LeftBracket | Indicates Left bracket shape. |
LeftFade | Indicates Left fade shape. |
None | Indicates None shape. |
Pentagon | Indicates Pentagon shape. |
RightBracket | Indicates Right bracket shape. |
RightFade | Indicates Right fade shape. |
Triangle | Indicates Triangle shape. |
VerticalLine | Indicates Vertical line shape. |
ArrowDown
public static final int ArrowDown
Indicates ArrowDown shape.
Circle
public static final int Circle
Indicates Circle shape.
Diamond
public static final int Diamond
Indicates Diamond shape.
LeftBracket
public static final int LeftBracket
Indicates Left bracket shape.
LeftFade
public static final int LeftFade
Indicates Left fade shape.
None
public static final int None
Indicates None shape.
Pentagon
public static final int Pentagon
Indicates Pentagon shape.
RightBracket
public static final int RightBracket
Indicates Right bracket shape.
RightFade
public static final int RightFade
Indicates Right fade shape.
Triangle
public static final int Triangle
Indicates Triangle shape.
VerticalLine
public static final int VerticalLine
Indicates Vertical line shape.