Uses of Class
loci.poi.poifs.property.RootProperty
-
Packages that use RootProperty Package Description loci.poi.poifs.property property package contains high and low level Property structures for POIFS.loci.poi.poifs.storage storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. -
-
Uses of RootProperty in loci.poi.poifs.property
Methods in loci.poi.poifs.property that return RootProperty Modifier and Type Method Description RootProperty
PropertyTable. getRoot()
Get the root property -
Uses of RootProperty in loci.poi.poifs.storage
Methods in loci.poi.poifs.storage with parameters of type RootProperty Modifier and Type Method Description static BlockList
SmallBlockTableReader. getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart)
fetch the small document block list from an existing fileConstructors in loci.poi.poifs.storage with parameters of type RootProperty Constructor Description SmallBlockTableWriter(List documents, RootProperty root)
Creates new SmallBlockTable
-