Uses of Class
org.apache.tika.parser.microsoft.OfficeParser.POIFSDocumentType
-
Packages that use OfficeParser.POIFSDocumentType Package Description 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 Modifier and Type Method Description static OfficeParser.POIFSDocumentTypeOfficeParser.POIFSDocumentType. detectType(org.apache.poi.poifs.filesystem.DirectoryEntry node)static OfficeParser.POIFSDocumentTypeOfficeParser.POIFSDocumentType. detectType(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)static OfficeParser.POIFSDocumentTypeOfficeParser.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.
-