Uses of Interface
org.apache.poi.xwpf.converter.xhtml.IContentHandlerFactory

Packages that use IContentHandlerFactory
org.apache.poi.xwpf.converter.xhtml   
 

Uses of IContentHandlerFactory in org.apache.poi.xwpf.converter.xhtml
 

Classes in org.apache.poi.xwpf.converter.xhtml that implement IContentHandlerFactory
 class DefaultContentHandlerFactory
          Default IContentHandlerFactory which create instance SAX SimpleContentHandler.
 

Fields in org.apache.poi.xwpf.converter.xhtml declared as IContentHandlerFactory
static IContentHandlerFactory DefaultContentHandlerFactory.INSTANCE
           
 

Methods in org.apache.poi.xwpf.converter.xhtml that return IContentHandlerFactory
 IContentHandlerFactory XHTMLOptions.getContentHandlerFactory()
           
 

Methods in org.apache.poi.xwpf.converter.xhtml with parameters of type IContentHandlerFactory
 XHTMLOptions XHTMLOptions.setContentHandlerFactory(IContentHandlerFactory contentHandlerFactory)
           
 



Copyright © 2014. All Rights Reserved.