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 ExportZipEntrygetAppEntry()ExportZipEntrygetCoreEntry()ExportZipEntrygetDocumentEntry()ExportZipEntrygetFontTableEntry()ExportZipEntrygetFontTableRelsEntry()ExportZipEntrygetRelsEntry()ExportZipEntrygetSettingsEntry()ExportZipEntrygetStylesEntry()-
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()
-
getStylesEntry
public ExportZipEntry getStylesEntry()
-
getSettingsEntry
public ExportZipEntry getSettingsEntry()
-
getRelsEntry
public ExportZipEntry getRelsEntry()
-
getAppEntry
public ExportZipEntry getAppEntry()
-
getCoreEntry
public ExportZipEntry getCoreEntry()
-
getFontTableEntry
public ExportZipEntry getFontTableEntry()
-
getFontTableRelsEntry
public ExportZipEntry getFontTableRelsEntry()
-
-