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

FieldDescription
ArrowDownIndicates ArrowDown shape.
DiamondIndicates Diamond shape.
LeftBracketIndicates Left bracket shape.
LeftFadeIndicates Left fade shape.
NoneIndicates None shape.
PentagonIndicates Pentagon shape.
RightBracketIndicates Right bracket shape.
RightFadeIndicates Right fade shape.
TriangleIndicates Triangle shape.
VerticalLineIndicates Vertical line shape.

ArrowDown

public static final int ArrowDown

Indicates ArrowDown 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.