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

Packages that use CTSystemColor
org.apache.poi.sl.draw.binding   
 

Uses of CTSystemColor in org.apache.poi.sl.draw.binding
 

Fields in org.apache.poi.sl.draw.binding declared as CTSystemColor
protected  CTSystemColor CTColor.sysClr
           
 

Methods in org.apache.poi.sl.draw.binding that return CTSystemColor
 CTSystemColor ObjectFactory.createCTSystemColor()
          Create an instance of CTSystemColor
 CTSystemColor CTColor.getSysClr()
          Gets the value of the sysClr property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTSystemColor
 void CTColor.setSysClr(CTSystemColor value)
          Sets the value of the sysClr property.
 



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