Uses of Enum Class
org.apache.poi.sl.draw.binding.STSchemeColorVal
Packages that use STSchemeColorVal
-
Uses of STSchemeColorVal in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STSchemeColorValMethods in org.apache.poi.sl.draw.binding that return STSchemeColorValModifier and TypeMethodDescriptionstatic STSchemeColorVal
CTSchemeColor.getVal()
Gets the value of the val property.static STSchemeColorVal
Returns the enum constant of this class with the specified name.static STSchemeColorVal[]
STSchemeColorVal.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.draw.binding with parameters of type STSchemeColorValModifier and TypeMethodDescriptionvoid
CTSchemeColor.setVal
(STSchemeColorVal value) Sets the value of the val property.