Uses of Class
org.apache.poi.sl.draw.binding.CTScRgbColor

Packages that use CTScRgbColor
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
protected  CTScRgbColor CTColor.scrgbClr
           
 

Methods in org.apache.poi.sl.draw.binding that return CTScRgbColor
 CTScRgbColor ObjectFactory.createCTScRgbColor()
          Create an instance of CTScRgbColor
 CTScRgbColor CTColor.getScrgbClr()
          Gets the value of the scrgbClr property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTScRgbColor
 void CTColor.setScrgbClr(CTScRgbColor value)
          Sets the value of the scrgbClr property.
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.