Uses of Class
loci.poi.hssf.usermodel.FontDetails
-
Packages that use FontDetails Package Description loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of FontDetails in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return FontDetails Modifier and Type Method Description static FontDetails
FontDetails. create(String fontName, Properties fontMetricsProps)
Create an instance ofFontDetails
by loading them from the provided property object.
-