Uses of Enum Class
org.apache.poi.xddf.usermodel.SystemColor
Packages that use SystemColor
-
Uses of SystemColor in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return SystemColorModifier and TypeMethodDescriptionXDDFColorSystemDefined.getValue()
static SystemColor
Returns the enum constant of this class with the specified name.static SystemColor[]
SystemColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type SystemColorModifier and TypeMethodDescriptionstatic XDDFColor
XDDFColor.from
(SystemColor color) void
XDDFColorSystemDefined.setValue
(SystemColor value) Constructors in org.apache.poi.xddf.usermodel with parameters of type SystemColor