|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontFamily | |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of FontFamily in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return FontFamily | |
---|---|
static FontFamily |
FontFamily.valueOf(int family)
|
static FontFamily |
FontFamily.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FontFamily[] |
FontFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of FontFamily in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with parameters of type FontFamily | |
---|---|
void |
XSSFFont.setFamily(FontFamily family)
set an enumeration representing the font family this font belongs to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |