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

Packages that use CTSRgbColor
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
protected  CTSRgbColor CTColor.srgbClr
           
 

Methods in org.apache.poi.sl.draw.binding that return CTSRgbColor
 CTSRgbColor ObjectFactory.createCTSRgbColor()
          Create an instance of CTSRgbColor
 CTSRgbColor CTColor.getSrgbClr()
          Gets the value of the srgbClr property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTSRgbColor
 void CTColor.setSrgbClr(CTSRgbColor value)
          Sets the value of the srgbClr property.
 



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