Uses of Class
org.apache.poi.sl.draw.binding.CTSRgbColor
-
Packages that use CTSRgbColor Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTSRgbColor in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTSRgbColor Modifier and Type Field Description protected CTSRgbColor
CTColor. srgbClr
Methods in org.apache.poi.sl.draw.binding that return CTSRgbColor Modifier and Type Method Description CTSRgbColor
ObjectFactory. createCTSRgbColor()
Create an instance ofCTSRgbColor
CTSRgbColor
CTColor. getSrgbClr()
Gets the value of the srgbClr property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTSRgbColor Modifier and Type Method Description void
CTColor. setSrgbClr(CTSRgbColor value)
Sets the value of the srgbClr property.
-