Uses of Class
org.apache.poi.sl.draw.binding.CTSchemeColor
-
Packages that use CTSchemeColor Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTSchemeColor in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTSchemeColor Modifier and Type Field Description protected CTSchemeColor
CTColor. schemeClr
Methods in org.apache.poi.sl.draw.binding that return CTSchemeColor Modifier and Type Method Description CTSchemeColor
ObjectFactory. createCTSchemeColor()
Create an instance ofCTSchemeColor
CTSchemeColor
CTColor. getSchemeClr()
Gets the value of the schemeClr property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTSchemeColor Modifier and Type Method Description void
CTColor. setSchemeClr(CTSchemeColor value)
Sets the value of the schemeClr property.
-