Uses of Interface
org.apache.poi.hwpf.converter.FontReplacer

Packages that use FontReplacer
org.apache.poi.hssf.converter   
org.apache.poi.hwpf.converter   
 

Uses of FontReplacer in org.apache.poi.hssf.converter
 

Methods in org.apache.poi.hssf.converter that return FontReplacer
 FontReplacer AbstractExcelConverter.getFontReplacer()
           
 

Methods in org.apache.poi.hssf.converter with parameters of type FontReplacer
 void AbstractExcelConverter.setFontReplacer(FontReplacer fontReplacer)
           
 

Uses of FontReplacer in org.apache.poi.hwpf.converter
 

Classes in org.apache.poi.hwpf.converter that implement FontReplacer
 class DefaultFontReplacer
           
 

Methods in org.apache.poi.hwpf.converter that return FontReplacer
 FontReplacer AbstractWordConverter.getFontReplacer()
           
 

Methods in org.apache.poi.hwpf.converter with parameters of type FontReplacer
 void AbstractWordConverter.setFontReplacer(FontReplacer fontReplacer)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.