Uses of Interface
net.sf.jasperreports.engine.export.zip.ExportZipEntry
-
Packages that use ExportZipEntry Package Description net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.export.zip Provides utility classes used when exporting reports to compressed output formats such as DOCX, XLSX, PPTX. -
-
Uses of ExportZipEntry in net.sf.jasperreports.engine.export.oasis
Fields in net.sf.jasperreports.engine.export.oasis declared as ExportZipEntry Modifier and Type Field Description protected ExportZipEntry
JROdsExporter. tempBodyEntry
protected ExportZipEntry
JROdsExporter. tempStyleEntry
Methods in net.sf.jasperreports.engine.export.oasis that return ExportZipEntry Modifier and Type Method Description ExportZipEntry
OasisZip. getContentEntry()
ExportZipEntry
OasisZip. getStylesEntry()
Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type ExportZipEntry Constructor Description ContentBuilder(ExportZipEntry contentEntry, ExportZipEntry styleEntry, ExportZipEntry bodyEntry, Collection<String> fontFaces)
ContentBuilder(ExportZipEntry contentEntry, ExportZipEntry styleEntry, ExportZipEntry bodyEntry, Collection<String> fontFaces, String mimeType)
ContentBuilder(ExportZipEntry contentEntry, ExportZipEntry styleEntry, ExportZipEntry bodyEntry, Collection<String> fontFaces, String mimeType, StringBuilder namedExpressions)
-
Uses of ExportZipEntry in net.sf.jasperreports.engine.export.ooxml
-
Uses of ExportZipEntry in net.sf.jasperreports.engine.export.zip
Classes in net.sf.jasperreports.engine.export.zip that implement ExportZipEntry Modifier and Type Class Description class
EmptyZipEntry
class
FileBufferedZipEntry
Fields in net.sf.jasperreports.engine.export.zip with type parameters of type ExportZipEntry Modifier and Type Field Description protected Map<String,ExportZipEntry>
AbstractZip. exportZipEntries
Methods in net.sf.jasperreports.engine.export.zip that return ExportZipEntry Modifier and Type Method Description abstract ExportZipEntry
AbstractZip. createEntry(String name)
ExportZipEntry
FileBufferedZip. createEntry(String name)
Methods in net.sf.jasperreports.engine.export.zip with parameters of type ExportZipEntry Modifier and Type Method Description void
AbstractZip. addEntry(ExportZipEntry entry)
-