Uses of Enum Class
com.aspose.tasks.cloud.model.BackgroundPattern
Packages that use BackgroundPattern
-
Uses of BackgroundPattern in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return BackgroundPatternModifier and TypeMethodDescriptionstatic BackgroundPatternTableTextStyle.getBackgroundPattern()Gets or sets background pattern of the text style.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) voidTableTextStyle.setBackgroundPattern(BackgroundPattern backgroundPattern) voidBackgroundPattern.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, BackgroundPattern enumeration)