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 SystemColor
XDDFColorSystemDefined. getValue()
static SystemColor
SystemColor. valueOf(java.lang.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 XDDFColor
XDDFColor. from(SystemColor color)
void
XDDFColorSystemDefined. setValue(SystemColor value)
Constructors in org.apache.poi.xddf.usermodel with parameters of type SystemColor Constructor Description XDDFColorSystemDefined(SystemColor color)
-