Class XSLFPowerPointExtractorDecorator
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
org.apache.tika.parser.microsoft.ooxml.XSLFPowerPointExtractorDecorator
- All Implemented Interfaces:
OOXMLExtractor
-
Field Summary
Fields inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
config, EMBEDDED_RELATIONSHIPS, extractor -
Constructor Summary
ConstructorsConstructorDescriptionXSLFPowerPointExtractorDecorator(org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context, org.apache.poi.xslf.extractor.XSLFExtractor extractor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildXHTML(org.apache.tika.sax.XHTMLContentHandler xhtml) Populates theXHTMLContentHandlerobject received as parameter.protected List<org.apache.poi.openxml4j.opc.PackagePart>In PowerPoint files, slides have things embedded in them, and slide drawings which have the imagesMethods inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
getDocument, getEmbeddedPartMetadataMap, getJustFileName, getMetadataExtractor, getXHTML, handleEmbeddedFile, loadLinkedRelationships
-
Constructor Details
-
XSLFPowerPointExtractorDecorator
public XSLFPowerPointExtractorDecorator(org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context, org.apache.poi.xslf.extractor.XSLFExtractor extractor)
-
-
Method Details
-
buildXHTML
protected void buildXHTML(org.apache.tika.sax.XHTMLContentHandler xhtml) throws SAXException, IOException Description copied from class:AbstractOOXMLExtractorPopulates theXHTMLContentHandlerobject received as parameter.- Specified by:
buildXHTMLin classAbstractOOXMLExtractor- Throws:
SAXExceptionIOException- See Also:
-
SlideShowExtractor.getText()
-
getMainDocumentParts
protected List<org.apache.poi.openxml4j.opc.PackagePart> getMainDocumentParts() throws org.apache.tika.exception.TikaExceptionIn PowerPoint files, slides have things embedded in them, and slide drawings which have the images- Specified by:
getMainDocumentPartsin classAbstractOOXMLExtractor- Throws:
org.apache.tika.exception.TikaException
-