Class SmallDocumentBlockList
java.lang.Object
org.docx4j.org.apache.poi.poifs.storage.BlockListImpl
org.docx4j.org.apache.poi.poifs.storage.SmallDocumentBlockList
- All Implemented Interfaces:
BlockList
A list of SmallDocumentBlocks instances, and methods to manage the list
-
Constructor Summary
ConstructorsConstructorDescriptionSmallDocumentBlockList(List<SmallDocumentBlock> blocks) Constructor SmallDocumentBlockList -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.poifs.storage.BlockListImpl
blockCount, fetchBlocks, get, remainingBlocks, remove, setBAT, setBlocks, zap
-
Constructor Details
-
SmallDocumentBlockList
Constructor SmallDocumentBlockList- Parameters:
blocks- a list of SmallDocumentBlock instances
-