Uses of Interface
org.apache.poi.xwpf.converter.core.openxmlformats.IOpenXMLFormatsPartProvider

Packages that use IOpenXMLFormatsPartProvider
org.apache.poi.xwpf.converter.core.openxmlformats   
org.apache.poi.xwpf.converter.core.styles   
 

Uses of IOpenXMLFormatsPartProvider in org.apache.poi.xwpf.converter.core.openxmlformats
 

Classes in org.apache.poi.xwpf.converter.core.openxmlformats that implement IOpenXMLFormatsPartProvider
 class AbstractOpenXMLFormatsPartProvider
           
 class ZipArchive
          ZipArchive is used to load zipped XML document archive (docx, odt...)
 

Methods in org.apache.poi.xwpf.converter.core.openxmlformats with parameters of type IOpenXMLFormatsPartProvider
 void IOpenXMlFormatsConverter.convert(IOpenXMLFormatsPartProvider provider, OutputStream out, T options)
           
 void AbstractOpenXMlFormatsConverter.convert(IOpenXMLFormatsPartProvider provider, OutputStream out, T options)
           
 void AbstractOpenXMlFormatsConverter.convert(IOpenXMLFormatsPartProvider provider, Writer writer, T options)
           
protected  XWPFStylesDocument OpenXMlFormatsVisitor.createStylesDocument(IOpenXMLFormatsPartProvider provider)
           
protected abstract  void AbstractOpenXMlFormatsConverter.doConvert(IOpenXMLFormatsPartProvider provider, OutputStream out, Writer writer, T options)
           
 

Constructors in org.apache.poi.xwpf.converter.core.openxmlformats with parameters of type IOpenXMLFormatsPartProvider
OpenXMlFormatsVisitor(IOpenXMLFormatsPartProvider provider, O options)
           
 

Uses of IOpenXMLFormatsPartProvider in org.apache.poi.xwpf.converter.core.styles
 

Constructors in org.apache.poi.xwpf.converter.core.styles with parameters of type IOpenXMLFormatsPartProvider
XWPFStylesDocument(IOpenXMLFormatsPartProvider provider)
           
XWPFStylesDocument(IOpenXMLFormatsPartProvider provider, boolean lazyInitialization)
           
 



Copyright © 2014. All Rights Reserved.