Package org.docx4j.openpackaging.io3
Class Save
java.lang.Object
org.docx4j.openpackaging.io3.Save
- Direct Known Subclasses:
SaveSlides
Save a Package object using the PartStore
defined on the package.
- Since:
- 3.0
- Author:
- jharrop
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleansave(OutputStream realOS) voidvoidsaveRawXmlPart(Part part)
-
Field Details
-
p
-
handled
This HashMap is intended to prevent loops.
-
-
Constructor Details
-
Save
-
Save
-
-
Method Details
-
save
- Parameters:
realOS- - responsibility of the caller to close this.- Returns:
- Throws:
Docx4JException
-
saveRawXmlPart
- Throws:
Docx4JException
-
addPartsFromRelationships
- Throws:
Docx4JException
-
savePart
- Parameters:
out-resolvedPartUri-part-- Throws:
Docx4JExceptionIOException
-