Class MSPowerPointDocument

  • All Implemented Interfaces:
    Document

    @Deprecated
    public class MSPowerPointDocument
    extends POIDocument
    Deprecated.
    MSPowerPointDocument is a placeholder class - all functionality is implemented in POIDocument. This class will be removed in a future release of Terrier.
    • Constructor Detail

      • MSPowerPointDocument

        public MSPowerPointDocument​(java.io.InputStream docStream,
                                    java.util.Map<java.lang.String,​java.lang.String> docProperties,
                                    Tokeniser tok)
        Deprecated.
      • MSPowerPointDocument

        public MSPowerPointDocument​(java.lang.String filename,
                                    java.io.InputStream docStream,
                                    Tokeniser tokeniser)
        Deprecated.