Uses of Interface
org.apache.poi.xwpf.converter.core.IImageExtractor

Packages that use IImageExtractor
org.apache.poi.xwpf.converter.core   
org.apache.poi.xwpf.converter.core.openxmlformats   
 

Uses of IImageExtractor in org.apache.poi.xwpf.converter.core
 

Classes in org.apache.poi.xwpf.converter.core that implement IImageExtractor
 class FileImageExtractor
          File image extractor implementation.
 

Methods in org.apache.poi.xwpf.converter.core that return IImageExtractor
 IImageExtractor Options.getExtractor()
          Returns the image extractor.
protected  IImageExtractor XWPFDocumentVisitor.getImageExtractor()
          Returns the image extractor and null otherwise.
 

Methods in org.apache.poi.xwpf.converter.core with parameters of type IImageExtractor
 void Options.setExtractor(IImageExtractor extractor)
          Set the image extractor.
 

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

Methods in org.apache.poi.xwpf.converter.core.openxmlformats that return IImageExtractor
protected  IImageExtractor OpenXMlFormatsVisitor.getImageExtractor()
          Returns the image extractor and null otherwise.
 



Copyright © 2014. All Rights Reserved.