Package | Description |
---|---|
org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
org.apache.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 |
---|---|
RootProperty |
PropertyTable.getRoot()
Get the root property
|
Modifier and Type | Method and Description |
---|---|
static BlockList |
SmallBlockTableReader.getSmallDocumentBlocks(RawDataBlockList blockList,
RootProperty root,
int sbatStart)
fetch the small document block list from an existing file
|
Constructor and Description |
---|
SmallBlockTableWriter(java.util.List documents,
RootProperty root)
Creates new SmallBlockTable
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.