Package | Description |
---|---|
org.apache.tika.parser.microsoft |
Modifier and Type | Method and Description |
---|---|
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–2016 The Apache Software Foundation. All rights reserved.