Uses of Class
org.apache.poi.hssf.usermodel.FontDetails
Packages that use FontDetails
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of FontDetails in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return FontDetailsModifier and TypeMethodDescriptionstatic FontDetailsFontDetails.create(String fontName, Properties fontMetricsProps) Create an instance ofFontDetailsby loading them from the provided property object.