Uses of Class
org.apache.poi.xddf.usermodel.SystemColor
-
Packages that use SystemColor Package Description org.apache.poi.xddf.usermodel -
-
Uses of SystemColor in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return SystemColor Modifier and Type Method Description SystemColorXDDFColorSystemDefined. getValue()static SystemColorSystemColor. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemColor[]SystemColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type SystemColor Modifier and Type Method Description static XDDFColorXDDFColor. from(SystemColor color)voidXDDFColorSystemDefined. setValue(SystemColor value)Constructors in org.apache.poi.xddf.usermodel with parameters of type SystemColor Constructor Description XDDFColorSystemDefined(SystemColor color)
-