public class Save extends Object
Modifier and Type | Field and Description |
---|---|
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.Docx4JException
public void saveRawXmlPart(Part part) throws Docx4JException
Docx4JException
public void addPartsFromRelationships(RelationshipsPart rp) throws Docx4JException
Docx4JException
public void savePart(Part part) throws Docx4JException, IOException
out
- resolvedPartUri
- part
- Docx4JException
IOException
Copyright © 2007-2014. All Rights Reserved.