Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.OPOIFSDocument
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
| org.docx4j.org.apache.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
-
Uses of OPOIFSDocument in org.docx4j.org.apache.poi.poifs.filesystem
Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type OPOIFSDocument Constructor Description DocumentInputStream(OPOIFSDocument document)Create an InputStream from the specified DocumentODocumentInputStream(OPOIFSDocument document)Create an InputStream from the specified Document -
Uses of OPOIFSDocument in org.docx4j.org.apache.poi.poifs.property
Methods in org.docx4j.org.apache.poi.poifs.property that return OPOIFSDocument Modifier and Type Method Description OPOIFSDocumentDocumentProperty. getDocument()get the POIFSDocumentMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type OPOIFSDocument Modifier and Type Method Description voidDocumentProperty. setDocument(OPOIFSDocument doc)set the POIFSDocument -
Uses of OPOIFSDocument in org.docx4j.org.apache.poi.poifs.storage
Constructor parameters in org.docx4j.org.apache.poi.poifs.storage with type arguments of type OPOIFSDocument Constructor Description SmallBlockTableWriter(POIFSBigBlockSize bigBlockSize, java.util.List<OPOIFSDocument> documents, RootProperty root)Creates new SmallBlockTable