Uses of Class
org.apache.poi.sl.draw.binding.CTSystemColor
-
Packages that use CTSystemColor Package Description 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 Modifier and Type Field Description protected CTSystemColor
CTColor. sysClr
Methods in org.apache.poi.sl.draw.binding that return CTSystemColor Modifier and Type Method Description CTSystemColor
ObjectFactory. createCTSystemColor()
Create an instance ofCTSystemColor
CTSystemColor
CTColor. getSysClr()
Gets the value of the sysClr property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTSystemColor Modifier and Type Method Description void
CTColor. setSysClr(CTSystemColor value)
Sets the value of the sysClr property.
-