Documentation of 'org.apache.poi.xslf.extractor.XSLFPowerPointExtractor' Java class
XSLFPowerPointExtractor
org.apache.poi.xslf.extractor

Class XSLFPowerPointExtractor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable


    public class XSLFPowerPointExtractor
    extends POIXMLTextExtractor
    • Field Detail

      • SUPPORTED_TYPES

        public static final XSLFRelation[] SUPPORTED_TYPES
    • Constructor Detail

      • XSLFPowerPointExtractor

        public XSLFPowerPointExtractor(XMLSlideShow slideshow)
      • XSLFPowerPointExtractor

        public XSLFPowerPointExtractor(XSLFSlideShow slideshow)
                                throws org.apache.xmlbeans.XmlException,
                                       java.io.IOException
        Throws:
        org.apache.xmlbeans.XmlException
        java.io.IOException
      • XSLFPowerPointExtractor

        public XSLFPowerPointExtractor(OPCPackage container)
                                throws org.apache.xmlbeans.XmlException,
                                       OpenXML4JException,
                                       java.io.IOException
        Throws:
        org.apache.xmlbeans.XmlException
        OpenXML4JException
        java.io.IOException
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setSlidesByDefault

        public void setSlidesByDefault(boolean slidesByDefault)
        Should a call to getText() return slide text? Default is yes
      • setNotesByDefault

        public void setNotesByDefault(boolean notesByDefault)
        Should a call to getText() return notes text? Default is no
      • setMasterByDefault

        public void setMasterByDefault(boolean masterByDefault)
        Should a call to getText() return text from master? Default is no
      • getText

        public java.lang.String getText()
        Gets the slide text, but not the notes text
        Specified by:
        getText in class POITextExtractor
        Returns:
        All the text from the document
      • getText

        public java.lang.String getText(boolean slideText,
                                        boolean notesText)
        Gets the requested text from the file
        Parameters:
        slideText - Should we retrieve text from slides?
        notesText - Should we retrieve text from notes?
      • getText

        public java.lang.String getText(boolean slideText,
                                        boolean notesText,
                                        boolean masterText)
        Gets the requested text from the file
        Parameters:
        slideText - Should we retrieve text from slides?
        notesText - Should we retrieve text from notes?
        masterText - Should we retrieve text from master slides?

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.