Uses of Enum Class
org.apache.poi.ss.usermodel.IndexedColors
Packages that use IndexedColors
-
Uses of IndexedColors in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return IndexedColorsModifier and TypeMethodDescriptionstatic IndexedColors
IndexedColors.fromInt
(int index) static IndexedColors
Returns the enum constant of this class with the specified name.static IndexedColors[]
IndexedColors.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IndexedColors in org.apache.poi.xssf.usermodel
Constructors in org.apache.poi.xssf.usermodel with parameters of type IndexedColors