Uses of Class
org.apache.poi.sl.draw.binding.STPresetColorVal
-
Packages that use STPresetColorVal Package Description org.apache.poi.sl.draw.binding -
-
Uses of STPresetColorVal in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STPresetColorVal Modifier and Type Field Description protected STPresetColorValCTPresetColor. valMethods in org.apache.poi.sl.draw.binding that return STPresetColorVal Modifier and Type Method Description static STPresetColorValSTPresetColorVal. fromValue(java.lang.String v)STPresetColorValCTPresetColor. getVal()Gets the value of the val property.static STPresetColorValSTPresetColorVal. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPresetColorVal[]STPresetColorVal. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.draw.binding with parameters of type STPresetColorVal Modifier and Type Method Description voidCTPresetColor. setVal(STPresetColorVal value)Sets the value of the val property.
-