Uses of Interface
org.docx4j.openpackaging.io3.stores.PartStore
Packages that use PartStore
Package
Description
-
Uses of PartStore in org.docx4j.openpackaging.io3
Constructors in org.docx4j.openpackaging.io3 with parameters of type PartStore -
Uses of PartStore in org.docx4j.openpackaging.io3.stores
Classes in org.docx4j.openpackaging.io3.stores that implement PartStoreModifier and TypeClassDescriptionclassLoad an unzipped package from the file system; save it to some output stream.classLoad 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 PartStoreModifier and TypeMethodDescriptionvoidPartStore.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 PartStoreModifier and TypeMethodDescriptionOpcPackage.getSourcePartStore()OpcPackage.getTargetPartStore()Methods in org.docx4j.openpackaging.packages with parameters of type PartStoreModifier and TypeMethodDescriptionvoidOpcPackage.setSourcePartStore(PartStore partStore) voidOpcPackage.setTargetPartStore(PartStore partStore)