Uses of Class
org.apache.poi.sl.draw.binding.CTHslColor
-
Packages that use CTHslColor Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTHslColor in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTHslColor Modifier and Type Field Description protected CTHslColor
CTColor. hslClr
Methods in org.apache.poi.sl.draw.binding that return CTHslColor Modifier and Type Method Description CTHslColor
ObjectFactory. createCTHslColor()
Create an instance ofCTHslColor
CTHslColor
CTColor. getHslClr()
Gets the value of the hslClr property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTHslColor Modifier and Type Method Description void
CTColor. setHslClr(CTHslColor value)
Sets the value of the hslClr property.
-