Uses of Class
org.apache.poi.sl.usermodel.PresetColor
-
Packages that use PresetColor Package Description org.apache.poi.sl.usermodel -
-
Uses of PresetColor in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PresetColor Modifier and Type Method Description static PresetColorPresetColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PresetColorPresetColor. valueOfNativeId(int nativeId)static PresetColorPresetColor. valueOfOoxmlId(java.lang.String ooxmlId)static PresetColor[]PresetColor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-