Uses of Class
org.zkoss.pivot.util.poi.StyleFactory.FontProperty
-
Packages that use StyleFactory.FontProperty Package Description org.zkoss.pivot.util.poi Pivottable POI related utility classes. -
-
Uses of StyleFactory.FontProperty in org.zkoss.pivot.util.poi
Methods in org.zkoss.pivot.util.poi that return StyleFactory.FontProperty Modifier and Type Method Description static StyleFactory.FontProperty
StyleFactory.FontProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static StyleFactory.FontProperty[]
StyleFactory.FontProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.zkoss.pivot.util.poi with type arguments of type StyleFactory.FontProperty Modifier and Type Method Description org.zkoss.poi.ss.usermodel.Font
StyleFactory. getOrCreateFont(Map<StyleFactory.FontProperty,Object> properties)
Finds a font that matches the one with the supplied attributes.
-