Uses of Class
org.apache.poi.xssf.model.ThemesTable.ThemeElement
-
Packages that use ThemesTable.ThemeElement Package Description org.apache.poi.xssf.model -
-
Uses of ThemesTable.ThemeElement in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return ThemesTable.ThemeElement Modifier and Type Method Description static ThemesTable.ThemeElement
ThemesTable.ThemeElement. byId(int idx)
static ThemesTable.ThemeElement
ThemesTable.ThemeElement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThemesTable.ThemeElement[]
ThemesTable.ThemeElement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-