Uses of Class
org.apache.poi.hwmf.record.HwmfFont
-
Packages that use HwmfFont Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfFont in org.apache.poi.hemf.record.emf
Subclasses of HwmfFont in org.apache.poi.hemf.record.emf Modifier and Type Class Description classHemfFont -
Uses of HwmfFont in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfFont Modifier and Type Method Description HwmfFontHwmfDrawProperties. getFont()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfFont Modifier and Type Method Description voidHwmfDrawProperties. setFont(HwmfFont font) -
Uses of HwmfFont in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfFont Modifier and Type Field Description protected HwmfFontHwmfText.WmfCreateFontIndirect. fontMethods in org.apache.poi.hwmf.record that return HwmfFont Modifier and Type Method Description HwmfFontHwmfText.WmfCreateFontIndirect. getFont()Constructors in org.apache.poi.hwmf.record with parameters of type HwmfFont Constructor Description WmfCreateFontIndirect(HwmfFont font)
-