Uses of Interface
net.sf.jasperreports.engine.export.zip.ExportZipEntry
Packages that use ExportZipEntry
Package
Description
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
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 ExportZipEntryModifier and TypeFieldDescriptionprotected ExportZipEntryJROdsExporter.tempBodyEntryprotected ExportZipEntryJROdsExporter.tempStyleEntryMethods in net.sf.jasperreports.engine.export.oasis that return ExportZipEntryConstructors in net.sf.jasperreports.engine.export.oasis with parameters of type ExportZipEntryModifierConstructorDescriptionContentBuilder(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
Methods in net.sf.jasperreports.engine.export.ooxml that return ExportZipEntryModifier and TypeMethodDescriptionXlsxZip.addDrawing(int index) XlsxZip.addDrawingRels(int index) DocxZip.addHeader(int index) DocxZip.addHeaderRels(int index) XlsxZip.addSheet(int index) XlsxZip.addSheetRels(int index) PptxZip.addSlide(int index) PptxZip.addSlideMaster()PptxZip.addSlideMasterRels()PptxZip.addSlideRels(int index) DocxZip.getAppEntry()PptxZip.getAppEntry()XlsxZip.getAppEntry()DocxZip.getContentTypesEntry()PptxZip.getContentTypesEntry()XlsxZip.getContentTypesEntry()DocxZip.getCoreEntry()PptxZip.getCoreEntry()XlsxZip.getCoreEntry()DocxZip.getDocumentEntry()DocxZip.getFontTableEntry()DocxZip.getFontTableRelsEntry()PptxZip.getPresentationEntry()DocxZip.getRelsEntry()PptxZip.getRelsEntry()XlsxZip.getRelsEntry()DocxZip.getSettingsEntry()XlsxZip.getSharedStringsEntry()DocxZip.getStylesEntry()XlsxZip.getStylesEntry()XlsxZip.getWorkbookEntry() -
Uses of ExportZipEntry in net.sf.jasperreports.engine.export.zip
Classes in net.sf.jasperreports.engine.export.zip that implement ExportZipEntryFields in net.sf.jasperreports.engine.export.zip with type parameters of type ExportZipEntryModifier and TypeFieldDescriptionprotected Map<String, ExportZipEntry> AbstractZip.exportZipEntriesMethods in net.sf.jasperreports.engine.export.zip that return ExportZipEntryModifier and TypeMethodDescriptionabstract ExportZipEntryAbstractZip.createEntry(String name) FileBufferedZip.createEntry(String name) Methods in net.sf.jasperreports.engine.export.zip with parameters of type ExportZipEntry