Package | Description |
---|---|
org.zkoss.poi.poifs.dev |
DEV package serves two purposes. 1.
|
org.zkoss.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
org.zkoss.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
Modifier and Type | Method and Description |
---|---|
static void |
POIFSHeaderDumper.displayRawBlocksSummary(RawDataBlockList data_blocks) |
Constructor and Description |
---|
PropertyTable(HeaderBlock headerBlock,
RawDataBlockList blockList)
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 BlockList |
SmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
fetch the small document block list from an existing file
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.