Package org.docx4j.openpackaging.io
Class SaveToZipFile
java.lang.Object
org.docx4j.openpackaging.io.SaveToZipFile
Deprecated.
Save a Package object to a Zip file or output stream
Use org.docx4j.openpackaging.io3.Save instead, also
available via Docx4J facade (since 3.0.2).
- Author:
- jharrop
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.booleansave(OutputStream realOS) Deprecated.booleanDeprecated.booleansaveFlatOPC(OutputStream realOS) Deprecated.voidsavePart(ZipOutputStream out, Part part) Deprecated.protected voidsaveRawBinaryPart(ZipOutputStream out, Part part) Deprecated.voidsaveRawXmlPart(ZipOutputStream out, Part part) Deprecated.voidsaveRawXmlPart(ZipOutputStream out, Part part, String zipEntryName) Deprecated.
-
Field Details
-
p
Deprecated.
-
-
Constructor Details
-
SaveToZipFile
Deprecated.
-
-
Method Details
-
save
Deprecated.- Throws:
Docx4JException
-
save
Deprecated.- Throws:
Docx4JException
-
saveFlatOPC
Deprecated.- Throws:
Docx4JException
-
save
Deprecated.- Throws:
Docx4JException
-
saveRawXmlPart
Deprecated.- Throws:
Docx4JException
-
saveRawXmlPart
public void saveRawXmlPart(ZipOutputStream out, Part part, String zipEntryName) throws Docx4JException Deprecated.- Throws:
Docx4JException
-
addPartsFromRelationships
public void addPartsFromRelationships(ZipOutputStream out, RelationshipsPart rp) throws Docx4JException Deprecated.- Throws:
Docx4JException
-
savePart
Deprecated.- Parameters:
out-resolvedPartUri-part-- Throws:
Docx4JExceptionIOException
-
saveRawBinaryPart
Deprecated.- Throws:
Docx4JException
-