Uses of Class
org.apache.poi.xssf.model.ThemesTable.ThemeElement

Packages that use ThemesTable.ThemeElement
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
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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.