Uses of Interface
org.apache.poi.extractor.ExtractorProvider
-
Packages that use ExtractorProvider Package Description org.apache.poi.extractor -
-
Uses of ExtractorProvider in org.apache.poi.extractor
Classes in org.apache.poi.extractor that implement ExtractorProvider Modifier and Type Class Description class
MainExtractorFactory
ExtractorFactory for HSSF and Old Excel formatMethods in org.apache.poi.extractor with parameters of type ExtractorProvider Modifier and Type Method Description static void
ExtractorFactory. addProvider(ExtractorProvider provider)
Method parameters in org.apache.poi.extractor with type arguments of type ExtractorProvider Modifier and Type Method Description static void
ExtractorFactory. removeProvider(Class<? extends ExtractorProvider> provider)
-