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

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

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

Fields in org.apache.poi.sl.draw.binding declared as CTPresetColor
protected  CTPresetColor CTColor.prstClr
           
 

Methods in org.apache.poi.sl.draw.binding that return CTPresetColor
 CTPresetColor ObjectFactory.createCTPresetColor()
          Create an instance of CTPresetColor
 CTPresetColor CTColor.getPrstClr()
          Gets the value of the prstClr property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTPresetColor
 void CTColor.setPrstClr(CTPresetColor value)
          Sets the value of the prstClr property.
 



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