Class DocxZip
- java.lang.Object
-
- net.sf.jasperreports.engine.export.zip.AbstractZip
-
- net.sf.jasperreports.engine.export.zip.FileBufferedZip
-
- net.sf.jasperreports.engine.export.ooxml.DocxZip
-
public class DocxZip extends FileBufferedZip
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.zip.AbstractZip
exportZipEntries
-
-
Constructor Summary
Constructors Constructor Description DocxZip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportZipEntry
addHeader(int index)
ExportZipEntry
addHeaderRels(int index)
ExportZipEntry
getAppEntry()
ExportZipEntry
getContentTypesEntry()
ExportZipEntry
getCoreEntry()
ExportZipEntry
getDocumentEntry()
ExportZipEntry
getFontTableEntry()
ExportZipEntry
getFontTableRelsEntry()
ExportZipEntry
getRelsEntry()
ExportZipEntry
getSettingsEntry()
ExportZipEntry
getStylesEntry()
-
Methods inherited from class net.sf.jasperreports.engine.export.zip.FileBufferedZip
addEntry, addEntry, createEntry
-
Methods inherited from class net.sf.jasperreports.engine.export.zip.AbstractZip
addEntry, dispose, zipEntries
-
-
-
-
Constructor Detail
-
DocxZip
public DocxZip() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getDocumentEntry
public ExportZipEntry getDocumentEntry()
-
addHeader
public ExportZipEntry addHeader(int index)
-
addHeaderRels
public ExportZipEntry addHeaderRels(int index)
-
getStylesEntry
public ExportZipEntry getStylesEntry()
-
getSettingsEntry
public ExportZipEntry getSettingsEntry()
-
getRelsEntry
public ExportZipEntry getRelsEntry()
-
getContentTypesEntry
public ExportZipEntry getContentTypesEntry()
-
getAppEntry
public ExportZipEntry getAppEntry()
-
getCoreEntry
public ExportZipEntry getCoreEntry()
-
getFontTableEntry
public ExportZipEntry getFontTableEntry()
-
getFontTableRelsEntry
public ExportZipEntry getFontTableRelsEntry()
-
-