Uses of Enum Class
com.aspose.tasks.cloud.model.Colors
Packages that use Colors
-
Uses of Colors in com.aspose.tasks.cloud.model
Subclasses with type arguments of type Colors in com.aspose.tasks.cloud.modelMethods in com.aspose.tasks.cloud.model that return ColorsModifier and TypeMethodDescriptionstatic ColorsTableTextStyle.getBackgroundColor()Gets or sets background color of the text style.GroupCriterion.getCellColor()Gets or sets the color of the cell background for a field used as a criterion in a group definition.TableTextStyle.getColor()Gets or sets color of the text.GroupCriterion.getFontColor()Gets or sets the color of the font for a field used as a criterion in a group definition.Colors.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ColorsReturns the enum constant of this class with the specified name.static Colors[]Colors.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 ColorsModifier and TypeMethodDescriptionTableTextStyle.backgroundColor(Colors backgroundColor) voidTableTextStyle.setBackgroundColor(Colors backgroundColor) voidGroupCriterion.setCellColor(Colors cellColor) voidvoidGroupCriterion.setFontColor(Colors fontColor) void