Uses of Interface
org.docx4j.openpackaging.io3.stores.PartStore
| Package | Description |
|---|---|
| org.docx4j.openpackaging.io3 | |
| org.docx4j.openpackaging.io3.stores | |
| org.docx4j.openpackaging.packages |
-
Uses of PartStore in org.docx4j.openpackaging.io3
Constructors in org.docx4j.openpackaging.io3 with parameters of type PartStore Constructor Description Load3(PartStore partLoader)Save(OpcPackage p, PartStore targetPartStore) -
Uses of PartStore in org.docx4j.openpackaging.io3.stores
Classes in org.docx4j.openpackaging.io3.stores that implement PartStore Modifier and Type Class Description classUnzippedPartStoreLoad an unzipped package from the file system; save it to some output stream.classZipPartStoreLoad a zipped up package from a file or input stream; save it to some output stream.Methods in org.docx4j.openpackaging.io3.stores with parameters of type PartStore Modifier and Type Method Description voidPartStore. setSourcePartStore(PartStore partStore)Use in a save operation if the source part store (ie part store from which pkg loaded) is different to this target part store.voidUnzippedPartStore. setSourcePartStore(PartStore partStore)Set this if its different to the target part store (ie this object)voidZipPartStore. setSourcePartStore(PartStore partStore)Set this if its different to the target part store (ie this object) -
Uses of PartStore in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return PartStore Modifier and Type Method Description PartStoreOpcPackage. getSourcePartStore()PartStoreOpcPackage. getTargetPartStore()Methods in org.docx4j.openpackaging.packages with parameters of type PartStore Modifier and Type Method Description voidOpcPackage. setSourcePartStore(PartStore partStore)voidOpcPackage. setTargetPartStore(PartStore partStore)