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 IndexedColorsIndexedColors.fromInt(int index) static IndexedColorsReturns 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