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 class
SimplePrintPart
Methods in net.sf.jasperreports.engine that return PrintPart Modifier and Type Method Description PrintPart
JasperPrint. removePart(int pageIndex)
Removes a part from the document.PrintPart
PrintParts. 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 void
JasperPrint. addPart(int pageIndex, PrintPart part)
Adds a new part to the document.void
PrintParts. 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 PrintPart
StandardPrintParts. 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 void
StandardPrintParts. 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 void
JRXmlExporter. 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 void
PartReportFiller.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 void
FillPartPrintOutput. startPart(PrintPart printPart, FillingPrintPart fillingPart)
void
PartPrintOutput. 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 PrintPart
ReadOnlyPartJasperPrint. removePart(int pageIndex)
Methods in net.sf.jasperreports.export with parameters of type PrintPart Modifier and Type Method Description void
ReadOnlyPartJasperPrint. 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 PrintPart
PrintPartCreator. getPart()
-