Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.OPOIFSDocument
Packages that use OPOIFSDocument
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 OPOIFSDocument in org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as OPOIFSDocumentModifier and TypeFieldDescriptionprivate OPOIFSDocumentDocumentNode._documentprivate OPOIFSDocumentODocumentInputStream._documentthe actual DocumentFields in org.docx4j.org.apache.poi.poifs.filesystem with type parameters of type OPOIFSDocumentMethods in org.docx4j.org.apache.poi.poifs.filesystem that return OPOIFSDocumentModifier and TypeMethodDescription(package private) OPOIFSDocumentDocumentNode.getDocument()get the POIFSDocumentMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type OPOIFSDocumentModifier and TypeMethodDescription(package private) voidOPOIFSFileSystem.addDocument(OPOIFSDocument document) add a new POIFSDocument(package private) DocumentEntryDirectoryNode.createDocument(OPOIFSDocument document) create a new DocumentEntryConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type OPOIFSDocumentModifierConstructorDescriptionDocumentInputStream(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
Fields in org.docx4j.org.apache.poi.poifs.property declared as OPOIFSDocumentMethods in org.docx4j.org.apache.poi.poifs.property that return OPOIFSDocumentMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type OPOIFSDocumentModifier and TypeMethodDescriptionvoidDocumentProperty.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 OPOIFSDocumentModifierConstructorDescriptionSmallBlockTableWriter(POIFSBigBlockSize bigBlockSize, List<OPOIFSDocument> documents, RootProperty root) Creates new SmallBlockTable