Package com.aspose.tasks
Class GanttBarFillPattern
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GanttBarFillPattern
-
public final class GanttBarFillPattern extends com.aspose.ms.System.Enum
A shape's fill pattern.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DarkFill
Dark fill pattern.static int
DiagonalCross
Diagonal cross pattern.static int
DiagonalLeft
Diagonal left pattern (from the upper left to the lower right).static int
DiagonalRight
Diagonal right pattern (from the upper right to the lower left).static int
Hollow
Hollow pattern.static int
LightFill
Light fill pattern.static int
LineCross
Line cross pattern.static int
LineHorizontal
Line horizontal pattern.static int
LineVertical
Line vertical pattern.static int
MediumFill
Medium fill pattern.static int
SolidFill
Solid fill pattern.static int
SolidFillWithDashedBorder
Solid with dashed border pattern.
-
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
-
Hollow
public static final int Hollow
Hollow pattern.
- See Also:
- Constant Field Values
-
SolidFill
public static final int SolidFill
Solid fill pattern.
- See Also:
- Constant Field Values
-
LightFill
public static final int LightFill
Light fill pattern.
- See Also:
- Constant Field Values
-
MediumFill
public static final int MediumFill
Medium fill pattern.
- See Also:
- Constant Field Values
-
DarkFill
public static final int DarkFill
Dark fill pattern.
- See Also:
- Constant Field Values
-
DiagonalLeft
public static final int DiagonalLeft
Diagonal left pattern (from the upper left to the lower right).
- See Also:
- Constant Field Values
-
DiagonalRight
public static final int DiagonalRight
Diagonal right pattern (from the upper right to the lower left).
- See Also:
- Constant Field Values
-
DiagonalCross
public static final int DiagonalCross
Diagonal cross pattern.
- See Also:
- Constant Field Values
-
LineVertical
public static final int LineVertical
Line vertical pattern.
- See Also:
- Constant Field Values
-
LineHorizontal
public static final int LineHorizontal
Line horizontal pattern.
- See Also:
- Constant Field Values
-
LineCross
public static final int LineCross
Line cross pattern.
- See Also:
- Constant Field Values
-
SolidFillWithDashedBorder
public static final int SolidFillWithDashedBorder
Solid with dashed border pattern.
- See Also:
- Constant Field Values
-
-