Package com.aspose.tasks
Class BackgroundPattern
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.BackgroundPattern
-
public final class BackgroundPattern extends com.aspose.ms.System.EnumSpecifies the background pattern.
-
-
Field Summary
Fields Modifier and Type Field Description static intDarkDiagonalLeftIndicates Dark diagonal left background pattern.static intDarkDiagonalRightIndicates Dark diagonal right background pattern.static intDarkDitherIndicates Dark dither background pattern.static intDarkFillIndicates Dark fill background pattern.static intDiagonalLeftIndicates Diagonal left background pattern.static intDiagonalRightIndicates Diagonal right background pattern.static intHollowIndicates Hollow background pattern.static intLightDitherIndicates Light dither background pattern.static intLightFillIndicates Light fill background pattern.static intMediumDitherIndicates Medium dither background pattern.static intMediumFillIndicates Medium fill background pattern.static intMediumVerticalStripeIndicates Medium vertical stripe background pattern.static intSolidFillIndicates Solid fill background pattern.static intThinVerticalStripeIndicates Thin vertical stripe background 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
-
DarkDiagonalLeft
public static final int DarkDiagonalLeft
Indicates Dark diagonal left background pattern.
- See Also:
- Constant Field Values
-
DarkDiagonalRight
public static final int DarkDiagonalRight
Indicates Dark diagonal right background pattern.
- See Also:
- Constant Field Values
-
DarkDither
public static final int DarkDither
Indicates Dark dither background pattern.
- See Also:
- Constant Field Values
-
DarkFill
public static final int DarkFill
Indicates Dark fill background pattern.
- See Also:
- Constant Field Values
-
DiagonalLeft
public static final int DiagonalLeft
Indicates Diagonal left background pattern.
- See Also:
- Constant Field Values
-
DiagonalRight
public static final int DiagonalRight
Indicates Diagonal right background pattern.
- See Also:
- Constant Field Values
-
Hollow
public static final int Hollow
Indicates Hollow background pattern.
- See Also:
- Constant Field Values
-
LightDither
public static final int LightDither
Indicates Light dither background pattern.
- See Also:
- Constant Field Values
-
LightFill
public static final int LightFill
Indicates Light fill background pattern.
- See Also:
- Constant Field Values
-
MediumDither
public static final int MediumDither
Indicates Medium dither background pattern.
- See Also:
- Constant Field Values
-
MediumFill
public static final int MediumFill
Indicates Medium fill background pattern.
- See Also:
- Constant Field Values
-
MediumVerticalStripe
public static final int MediumVerticalStripe
Indicates Medium vertical stripe background pattern.
- See Also:
- Constant Field Values
-
SolidFill
public static final int SolidFill
Indicates Solid fill background pattern.
- See Also:
- Constant Field Values
-
ThinVerticalStripe
public static final int ThinVerticalStripe
Indicates Thin vertical stripe background pattern.
- See Also:
- Constant Field Values
-
-