Uses of Interface
net.sf.jasperreports.engine.JRParagraph
Packages that use JRParagraph
Package
Description
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRParagraph in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRParagraphModifier and TypeMethodDescriptionJRParagraph.clone(JRParagraphContainer paragraphContainer) JRParagraphContainer.getParagraph() -
Uses of JRParagraph in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRParagraphFields in net.sf.jasperreports.engine.base declared as JRParagraphModifier and TypeFieldDescriptionprotected JRParagraphJRBasePrintText.paragraphprotected JRParagraphJRBaseStyle.paragraphprotected JRParagraphJRBaseTextElement.paragraphMethods in net.sf.jasperreports.engine.base that return JRParagraphModifier and TypeMethodDescriptionJRBaseParagraph.clone(JRParagraphContainer paragraphContainer) JRBasePrintText.getParagraph()JRBaseStyle.getParagraph()JRBaseTextElement.getParagraph()Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraph -
Uses of JRParagraph in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRParagraphMethods in net.sf.jasperreports.engine.design that return JRParagraph -
Uses of JRParagraph in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRParagraphModifier and TypeMethodDescriptionstatic floatAbstractTextRenderer.getLineHeight(boolean isFirstLine, JRParagraph paragraph, float maxLeading, float maxAscent) -
Uses of JRParagraph in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRParagraphFields in net.sf.jasperreports.engine.fill declared as JRParagraphModifier and TypeFieldDescriptionprotected final JRParagraphJRFillTextElement.initParagraphprotected JRParagraphJRFillTextElement.paragraphprotected JRParagraphJRTemplateText.paragraphMethods in net.sf.jasperreports.engine.fill that return JRParagraphModifier and TypeMethodDescriptionCachingParagraph.clone(JRParagraphContainer paragraphContainer) JRFillTextElement.getParagraph()JRTemplatePrintText.getParagraph()JRTemplateText.getParagraph()protected JRParagraphJRFillTextElement.getPrintParagraph()Methods in net.sf.jasperreports.engine.fill with parameters of type JRParagraphModifier and TypeMethodDescriptionvoidJRTemplateText.copyParagraph(JRParagraph prg) Copies paragraph attributes.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRParagraph -
Uses of JRParagraph in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRParagraphModifier and TypeMethodDescriptionstatic voidStyleUtil.appendParagraph(JRParagraph destParagraph, JRParagraph srcParagraph) Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.StyleResolver.getBaseStyle(JRParagraph paragraph) StyleResolver.getFirstLineIndent(JRParagraph paragraph) static TabStopParagraphUtil.getFirstTabStop(JRParagraph paragraph, float endX) static TabStopParagraphUtil.getLastTabStop(JRParagraph paragraph, float endX) StyleResolver.getLeftIndent(JRParagraph paragraph) StyleResolver.getLineSpacing(JRParagraph paragraph) StyleResolver.getLineSpacingSize(JRParagraph paragraph) static TabStopParagraphUtil.getNextTabStop(JRParagraph paragraph, float endX, float rightX) StyleResolver.getRightIndent(JRParagraph paragraph) StyleResolver.getSpacingAfter(JRParagraph paragraph) StyleResolver.getSpacingBefore(JRParagraph paragraph) static TabStop[]ParagraphUtil.getTabStops(JRParagraph paragraph, float endX) TabStop[]StyleResolver.getTabStops(JRParagraph paragraph) StyleResolver.getTabStopWidth(JRParagraph paragraph) static booleanParagraphUtil.hasOwnValues(JRParagraph paragraph) protected voidJRApiWriter.writeParagraph(JRParagraph paragraph, String paragraphHolder) -
Uses of JRParagraph in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print with parameters of type JRParagraphModifier and TypeMethodDescriptionvoidParagraphsLoader.loadParagraph(XmlLoader xmlLoader, JRParagraph paragraph) -
Uses of JRParagraph in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRParagraphModifier and TypeMethodDescriptionbooleanParagraphSerializer.isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, JRParagraph value) voidParagraphSerializer.serialize(JRParagraph value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)