Uses of Class
org.apache.poi.sl.draw.binding.CTScRgbColor
-
Packages that use CTScRgbColor Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTScRgbColor in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTScRgbColor Modifier and Type Field Description protected CTScRgbColor
CTColor. scrgbClr
Methods in org.apache.poi.sl.draw.binding that return CTScRgbColor Modifier and Type Method Description CTScRgbColor
ObjectFactory. createCTScRgbColor()
Create an instance ofCTScRgbColor
CTScRgbColor
CTColor. getScrgbClr()
Gets the value of the scrgbClr property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTScRgbColor Modifier and Type Method Description void
CTColor. setScrgbClr(CTScRgbColor value)
Sets the value of the scrgbClr property.
-