public class XSLFPowerPointExtractorDecorator extends AbstractOOXMLExtractor
config, EMBEDDED_RELATIONSHIPS, extractor
Constructor and Description |
---|
XSLFPowerPointExtractorDecorator(Metadata metadata,
ParseContext context,
org.apache.poi.xslf.extractor.XSLFPowerPointExtractor extractor) |
XSLFPowerPointExtractorDecorator(ParseContext context,
org.apache.poi.xslf.extractor.XSLFPowerPointExtractor extractor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
buildXHTML(XHTMLContentHandler xhtml)
Populates the
XHTMLContentHandler object received as parameter. |
protected List<org.apache.poi.openxml4j.opc.PackagePart> |
getMainDocumentParts()
In PowerPoint files, slides have things embedded in them,
and slide drawings which have the images
|
getDocument, getJustFileName, getMetadataExtractor, getXHTML, handleEmbeddedFile, loadLinkedRelationships
public XSLFPowerPointExtractorDecorator(Metadata metadata, ParseContext context, org.apache.poi.xslf.extractor.XSLFPowerPointExtractor extractor)
@Deprecated public XSLFPowerPointExtractorDecorator(ParseContext context, org.apache.poi.xslf.extractor.XSLFPowerPointExtractor extractor)
context
- extractor
- protected void buildXHTML(XHTMLContentHandler xhtml) throws SAXException, IOException
AbstractOOXMLExtractor
XHTMLContentHandler
object received as parameter.buildXHTML
in class AbstractOOXMLExtractor
SAXException
IOException
XSLFPowerPointExtractor.getText()
protected List<org.apache.poi.openxml4j.opc.PackagePart> getMainDocumentParts() throws TikaException
getMainDocumentParts
in class AbstractOOXMLExtractor
TikaException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.