Package | Description |
---|---|
org.zkoss.poi | |
org.zkoss.poi.hdgf | |
org.zkoss.poi.hdgf.extractor | |
org.zkoss.poi.hpbf | |
org.zkoss.poi.hpbf.extractor | |
org.zkoss.poi.hpsf.extractor | |
org.zkoss.poi.hslf | |
org.zkoss.poi.hslf.extractor | |
org.zkoss.poi.hsmf | |
org.zkoss.poi.hsmf.extractor | |
org.zkoss.poi.poifs.crypt | |
org.zkoss.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.zkoss.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
org.zkoss.poi.ss.usermodel |
Constructor and Description |
---|
POIDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HDGFDiagram(NPOIFSFileSystem fs) |
Constructor and Description |
---|
VisioTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPBFDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
PublisherTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HSLFSlideShow(NPOIFSFileSystem filesystem)
Constructs a Powerpoint document from a POIFS Filesystem.
|
Constructor and Description |
---|
PowerPointExtractor(NPOIFSFileSystem fs)
Creates a PowerPointExtractor, from an open NPOIFSFileSystem
|
Constructor and Description |
---|
MAPIMessage(NPOIFSFileSystem fs)
Constructor for reading MSG Files from a POIFS filesystem
|
Constructor and Description |
---|
OutlookTextExtactor(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
Decryptor.getDataStream(NPOIFSFileSystem fs) |
Constructor and Description |
---|
EncryptionInfo(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
NPOIFSFileSystem |
DirectoryNode.getNFileSystem() |
Constructor and Description |
---|
NPOIFSDocument(DocumentProperty property,
NPOIFSFileSystem filesystem)
Constructor for an existing Document
|
NPOIFSDocument(java.lang.String name,
NPOIFSFileSystem filesystem,
java.io.InputStream stream)
Constructor for a new Document
|
NPOIFSMiniStore(NPOIFSFileSystem filesystem,
RootProperty root,
java.util.List<BATBlock> sbats,
HeaderBlock header) |
Constructor and Description |
---|
NPropertyTable(HeaderBlock headerBlock,
NPOIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
WorkbookFactory.create(NPOIFSFileSystem fs)
Creates an HSSFWorkbook from the given NPOIFSFileSystem
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.