Uses of Interface
net.sf.jasperreports.engine.PrintPart
-
Packages that use PrintPart Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.part net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.parts.subreport -
-
Uses of PrintPart in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement PrintPart Modifier and Type Class Description classSimplePrintPartMethods in net.sf.jasperreports.engine that return PrintPart Modifier and Type Method Description PrintPartJasperPrint. removePart(int pageIndex)Removes a part from the document.PrintPartPrintParts. removePart(int pageIndex)Methods in net.sf.jasperreports.engine that return types with arguments of type PrintPart Modifier and Type Method Description Iterator<Map.Entry<Integer,PrintPart>>PrintParts. partsIterator()Methods in net.sf.jasperreports.engine with parameters of type PrintPart Modifier and Type Method Description voidJasperPrint. addPart(int pageIndex, PrintPart part)Adds a new part to the document.voidPrintParts. addPart(int pageIndex, PrintPart part) -
Uses of PrintPart in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return PrintPart Modifier and Type Method Description PrintPartStandardPrintParts. removePart(int pageIndex)Methods in net.sf.jasperreports.engine.base that return types with arguments of type PrintPart Modifier and Type Method Description Iterator<Map.Entry<Integer,PrintPart>>StandardPrintParts. partsIterator()Methods in net.sf.jasperreports.engine.base with parameters of type PrintPart Modifier and Type Method Description voidStandardPrintParts. addPart(int pageIndex, PrintPart part) -
Uses of PrintPart in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type PrintPart Modifier and Type Method Description protected voidJRXmlExporter. exportPart(Integer pageIndex, PrintPart part) -
Uses of PrintPart in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type PrintPart Modifier and Type Method Description voidPartReportFiller.JasperPrintPartOutput. startPart(PrintPart part, FillingPrintPart fillingPart) -
Uses of PrintPart in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return types with arguments of type PrintPart Modifier and Type Method Description TreeMap<Integer,PrintPart>FillPartPrintOutput. getParts()Methods in net.sf.jasperreports.engine.part with parameters of type PrintPart Modifier and Type Method Description voidFillPartPrintOutput. startPart(PrintPart printPart, FillingPrintPart fillingPart)voidPartPrintOutput. startPart(PrintPart part, FillingPrintPart fillingPart) -
Uses of PrintPart in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return PrintPart Modifier and Type Method Description PrintPartReadOnlyPartJasperPrint. removePart(int pageIndex)Methods in net.sf.jasperreports.export with parameters of type PrintPart Modifier and Type Method Description voidReadOnlyPartJasperPrint. addPart(int pageIndex, PrintPart part)Constructors in net.sf.jasperreports.export with parameters of type PrintPart Constructor Description ReadOnlyPartJasperPrint(JasperPrint jasperPrint, PrintPart part, int startPageIndex, int endPageIndex) -
Uses of PrintPart in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport that return PrintPart Modifier and Type Method Description PrintPartPrintPartCreator. getPart()
-