Package com.aspose.tasks
Class Shape
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.Shape
-
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
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ArrowDown
Indicates ArrowDown shape.static int
Diamond
Indicates Diamond 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.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
None
public static final int None
Indicates None shape.
- See Also:
- Constant Field Values
-
VerticalLine
public static final int VerticalLine
Indicates Vertical line shape.
- See Also:
- Constant Field Values
-
Pentagon
public static final int Pentagon
Indicates Pentagon shape.
- See Also:
- Constant Field Values
-
Triangle
public static final int Triangle
Indicates Triangle shape.
- See Also:
- Constant Field Values
-
LeftBracket
public static final int LeftBracket
Indicates Left bracket shape.
- See Also:
- Constant Field Values
-
RightBracket
public static final int RightBracket
Indicates Right bracket shape.
- See Also:
- Constant Field Values
-
ArrowDown
public static final int ArrowDown
Indicates ArrowDown shape.
- See Also:
- Constant Field Values
-
LeftFade
public static final int LeftFade
Indicates Left fade shape.
- See Also:
- Constant Field Values
-
RightFade
public static final int RightFade
Indicates Right fade shape.
- See Also:
- Constant Field Values
-
Diamond
public static final int Diamond
Indicates Diamond shape.
- See Also:
- Constant Field Values
-
-