public class Save extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,String> |
handled
This HashMap is intended to prevent loops.
|
OpcPackage |
p |
| Constructor and Description |
|---|
Save(OpcPackage p) |
Save(OpcPackage p,
PartStore targetPartStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartsFromRelationships(RelationshipsPart rp) |
boolean |
save(OutputStream realOS) |
void |
savePart(Part part) |
void |
saveRawXmlPart(Part part) |
public OpcPackage p
public Save(OpcPackage p)
public Save(OpcPackage p, PartStore targetPartStore)
public boolean save(OutputStream realOS) throws Docx4JException
realOS - - responsibility of the caller to close this.Docx4JExceptionpublic void saveRawXmlPart(Part part) throws Docx4JException
Docx4JExceptionpublic void addPartsFromRelationships(RelationshipsPart rp) throws Docx4JException
Docx4JExceptionpublic void savePart(Part part) throws Docx4JException, IOException
out - resolvedPartUri - part - Docx4JExceptionIOExceptionCopyright © 2007-2022. All Rights Reserved.