Uses of Class
org.apache.tika.parser.microsoft.OfficeParser.POIFSDocumentType

Packages that use OfficeParser.POIFSDocumentType
org.apache.tika.parser.microsoft   
 

Uses of OfficeParser.POIFSDocumentType in org.apache.tika.parser.microsoft
 

Methods in org.apache.tika.parser.microsoft that return OfficeParser.POIFSDocumentType
static OfficeParser.POIFSDocumentType OfficeParser.POIFSDocumentType.detectType(org.apache.poi.poifs.filesystem.DirectoryEntry node)
           
static OfficeParser.POIFSDocumentType OfficeParser.POIFSDocumentType.detectType(org.apache.poi.poifs.filesystem.NPOIFSFileSystem fs)
           
static OfficeParser.POIFSDocumentType OfficeParser.POIFSDocumentType.detectType(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
           
static OfficeParser.POIFSDocumentType OfficeParser.POIFSDocumentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OfficeParser.POIFSDocumentType[] OfficeParser.POIFSDocumentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.