Package | Description |
---|---|
org.docx4j.openpackaging.io3 | |
org.docx4j.openpackaging.io3.stores | |
org.docx4j.openpackaging.packages |
Constructor and Description |
---|
Load3(PartStore partLoader) |
Save(OpcPackage p,
PartStore targetPartStore) |
Modifier and Type | Class and Description |
---|---|
class |
UnzippedPartStore
Load an unzipped package from the file system;
save it to some output stream.
|
class |
ZipPartStore
Load a zipped up package from a file or input stream;
save it to some output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
UnzippedPartStore.setSourcePartStore(PartStore partStore)
Set this if its different to the target part store
(ie this object)
|
void |
PartStore.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.
|
void |
ZipPartStore.setSourcePartStore(PartStore partStore)
Set this if its different to the target part store
(ie this object)
|
Modifier and Type | Method and Description |
---|---|
PartStore |
OpcPackage.getSourcePartStore() |
PartStore |
OpcPackage.getTargetPartStore() |
Modifier and Type | Method and Description |
---|---|
void |
OpcPackage.setSourcePartStore(PartStore partStore) |
void |
OpcPackage.setTargetPartStore(PartStore partStore) |
Copyright © 2007-2019. All Rights Reserved.