Uses of Interface
net.sf.jasperreports.engine.JRParagraph
-
Packages that use JRParagraph 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.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml.print net.sf.jasperreports.jackson.util -
-
Uses of JRParagraph in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRParagraph Modifier and Type Method Description JRParagraph
JRParagraph. clone(JRParagraphContainer paragraphContainer)
JRParagraph
JRParagraphContainer. getParagraph()
-
Uses of JRParagraph in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRParagraph Modifier and Type Class Description class
JRBaseParagraph
Fields in net.sf.jasperreports.engine.base declared as JRParagraph Modifier and Type Field Description protected JRParagraph
JRBasePrintText. paragraph
protected JRParagraph
JRBaseStyle. paragraph
protected JRParagraph
JRBaseTextElement. paragraph
Methods in net.sf.jasperreports.engine.base that return JRParagraph Modifier and Type Method Description JRParagraph
JRBaseParagraph. clone(JRParagraphContainer paragraphContainer)
JRParagraph
JRBasePrintText. getParagraph()
JRParagraph
JRBaseStyle. getParagraph()
JRParagraph
JRBaseTextElement. getParagraph()
Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraph Modifier and Type Method Description void
JRBasePrintText. copyParagraph(JRParagraph paragraph)
-
Uses of JRParagraph in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRParagraph Modifier and Type Field Description protected JRParagraph
JRDesignTextElement. paragraph
Methods in net.sf.jasperreports.engine.design that return JRParagraph Modifier and Type Method Description JRParagraph
JRDesignTextElement. getParagraph()
-
Uses of JRParagraph in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRParagraph Modifier and Type Method Description static float
AbstractTextRenderer. 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 JRParagraph Modifier and Type Class Description class
CachingParagraph
Fields in net.sf.jasperreports.engine.fill declared as JRParagraph Modifier and Type Field Description protected JRParagraph
JRFillTextElement. initParagraph
protected JRParagraph
JRFillTextElement. paragraph
protected JRParagraph
JRTemplateText. paragraph
Methods in net.sf.jasperreports.engine.fill that return JRParagraph Modifier and Type Method Description JRParagraph
CachingParagraph. clone(JRParagraphContainer paragraphContainer)
JRParagraph
JRFillTextElement. getParagraph()
JRParagraph
JRTemplatePrintText. getParagraph()
JRParagraph
JRTemplateText. getParagraph()
protected JRParagraph
JRFillTextElement. getPrintParagraph()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRParagraph Modifier and Type Method Description void
JRTemplateText. copyParagraph(JRParagraph prg)
Copies paragraph attributes.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRParagraph Constructor Description CachingParagraph(JRParagraph base)
-
Uses of JRParagraph in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRParagraph Modifier and Type Method Description static void
StyleUtil. appendParagraph(JRParagraph destParagraph, JRParagraph srcParagraph)
Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.JRStyle
StyleResolver. getBaseStyle(JRParagraph paragraph)
Integer
StyleResolver. getFirstLineIndent(JRParagraph paragraph)
static TabStop
ParagraphUtil. getFirstTabStop(JRParagraph paragraph, float endX)
static TabStop
ParagraphUtil. getLastTabStop(JRParagraph paragraph, float endX)
Integer
StyleResolver. getLeftIndent(JRParagraph paragraph)
LineSpacingEnum
StyleResolver. getLineSpacing(JRParagraph paragraph)
Float
StyleResolver. getLineSpacingSize(JRParagraph paragraph)
static TabStop
ParagraphUtil. getNextTabStop(JRParagraph paragraph, float endX, float rightX)
Integer
StyleResolver. getRightIndent(JRParagraph paragraph)
Integer
StyleResolver. getSpacingAfter(JRParagraph paragraph)
Integer
StyleResolver. getSpacingBefore(JRParagraph paragraph)
static TabStop[]
ParagraphUtil. getTabStops(JRParagraph paragraph, float endX)
TabStop[]
StyleResolver. getTabStops(JRParagraph paragraph)
Integer
StyleResolver. getTabStopWidth(JRParagraph paragraph)
static boolean
ParagraphUtil. hasOwnValues(JRParagraph paragraph)
protected void
JRApiWriter. 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 JRParagraph Modifier and Type Method Description void
ParagraphsLoader. 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 JRParagraph Modifier and Type Method Description boolean
ParagraphSerializer. isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, JRParagraph value)
void
ParagraphSerializer. serialize(JRParagraph value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-