Uses of Class
org.apache.poi.xddf.usermodel.PresetColor
-
Packages that use PresetColor Package Description org.apache.poi.xddf.usermodel -
-
Uses of PresetColor in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return PresetColor Modifier and Type Method Description PresetColorXDDFColorPreset. getValue()static PresetColorPresetColor. valueOf(String name)Returns the enum constant of this type with the specified name.static PresetColor[]PresetColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type PresetColor Modifier and Type Method Description static XDDFColorXDDFColor. from(PresetColor color)voidXDDFColorPreset. setValue(PresetColor value)Constructors in org.apache.poi.xddf.usermodel with parameters of type PresetColor Constructor Description XDDFColorPreset(PresetColor color)
-