Uses of Enum Class
com.aspose.tasks.cloud.model.BackgroundPattern
Packages that use BackgroundPattern
-
Uses of BackgroundPattern in com.aspose.tasks.cloud.model
Subclasses with type arguments of type BackgroundPattern in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumSpecifies the background pattern.static classMethods in com.aspose.tasks.cloud.model that return BackgroundPatternModifier and TypeMethodDescriptionstatic BackgroundPatternTableTextStyle.getBackgroundPattern()Gets or sets background pattern of the text style.GroupCriterion.getPattern()Gets or sets the pattern of the cell for a field used as a criterion in a group definition.BackgroundPattern.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static BackgroundPatternReturns the enum constant of this class with the specified name.static BackgroundPattern[]BackgroundPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type BackgroundPatternModifier and TypeMethodDescriptionTableTextStyle.backgroundPattern(BackgroundPattern backgroundPattern) GroupCriterion.pattern(BackgroundPattern pattern) voidTableTextStyle.setBackgroundPattern(BackgroundPattern backgroundPattern) voidGroupCriterion.setPattern(BackgroundPattern pattern) voidBackgroundPattern.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, BackgroundPattern enumeration)