Uses of Class
org.docx4j.org.apache.poi.poifs.property.RootProperty
Packages that use RootProperty
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of RootProperty in org.docx4j.org.apache.poi.poifs.filesystem
Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type RootPropertyModifierConstructorDescriptionprotectedNPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, List<BATBlock> sbats, HeaderBlock header) -
Uses of RootProperty in org.docx4j.org.apache.poi.poifs.property
Methods in org.docx4j.org.apache.poi.poifs.property that return RootProperty -
Uses of RootProperty in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type RootPropertyModifier and TypeMethodDescriptionstatic BlockAllocationTableReaderSmallBlockTableReader._getSmallDocumentBlockReader(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Fetch the small document block reader from an existing file, normally needed for debugging and low level dumping.static BlockListSmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Fetch the small document block list from an existing fileConstructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type RootPropertyModifierConstructorDescriptionSmallBlockTableWriter(POIFSBigBlockSize bigBlockSize, List<OPOIFSDocument> documents, RootProperty root) Creates new SmallBlockTable