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 ExportZipEntryJROdsExporter. tempBodyEntryprotected ExportZipEntryJROdsExporter. tempStyleEntryMethods in net.sf.jasperreports.engine.export.oasis that return ExportZipEntry Modifier and Type Method Description ExportZipEntryOasisZip. getContentEntry()ExportZipEntryOasisZip. 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 classEmptyZipEntryclassFileBufferedZipEntryFields in net.sf.jasperreports.engine.export.zip with type parameters of type ExportZipEntry Modifier and Type Field Description protected Map<String,ExportZipEntry>AbstractZip. exportZipEntriesMethods in net.sf.jasperreports.engine.export.zip that return ExportZipEntry Modifier and Type Method Description abstract ExportZipEntryAbstractZip. createEntry(String name)ExportZipEntryFileBufferedZip. createEntry(String name)Methods in net.sf.jasperreports.engine.export.zip with parameters of type ExportZipEntry Modifier and Type Method Description voidAbstractZip. addEntry(ExportZipEntry entry)
-