Uses of Class
org.apache.poi.hwmf.record.HwmfFill.ColorUsage
-
Packages that use HwmfFill.ColorUsage Package Description org.apache.poi.hwmf.record -
-
Uses of HwmfFill.ColorUsage in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfFill.ColorUsage Modifier and Type Method Description static HwmfFill.ColorUsage
HwmfFill.ColorUsage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HwmfFill.ColorUsage[]
HwmfFill.ColorUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-