Package | Description |
---|---|
org.apache.poi.common.usermodel | |
org.apache.poi.extractor | |
org.apache.poi.extractor.ole2 | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ooxml.extractor | |
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.apache.poi.sl.usermodel | |
org.apache.poi.ss.usermodel | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
static PictureType |
PictureType.valueOf(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExtractorProvider.accepts(FileMagic fm) |
boolean |
MainExtractorFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
OLE2ScratchpadExtractorFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
HSLFSlideShowFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
HSSFWorkbookFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
POIXMLExtractorFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
static FileMagic |
FileMagic.valueOf(byte[] magic) |
static FileMagic |
FileMagic.valueOf(java.io.File inp)
Get the file magic of the supplied
File |
static FileMagic |
FileMagic.valueOf(java.io.InputStream inp)
Get the file magic of the supplied InputStream (which MUST
support mark and reset).
|
static FileMagic |
FileMagic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileMagic[] |
FileMagic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SlideShowProvider.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkbookProvider.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
XSLFSlideShowFactory.accepts(FileMagic fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
XSSFWorkbookFactory.accepts(FileMagic fm) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.