Uses of Enum Class
org.apache.poi.xddf.usermodel.PresetColor
Packages that use PresetColor
-
Uses of PresetColor in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return PresetColorModifier and TypeMethodDescriptionXDDFColorPreset.getValue()
static PresetColor
Returns the enum constant of this class with the specified name.static PresetColor[]
PresetColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type PresetColorModifier and TypeMethodDescriptionstatic XDDFColor
XDDFColor.from
(PresetColor color) void
XDDFColorPreset.setValue
(PresetColor value) Constructors in org.apache.poi.xddf.usermodel with parameters of type PresetColor