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 Contains classes for loading report templates from XML files. -
-
Uses of JRParagraph in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRParagraph Modifier and Type Method Description JRParagraphJRParagraph. clone(JRParagraphContainer paragraphContainer)JRParagraphJRParagraphContainer. 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 classJRBaseParagraphFields in net.sf.jasperreports.engine.base declared as JRParagraph Modifier and Type Field Description protected JRParagraphJRBasePrintText. paragraphprotected JRParagraphJRBaseStyle. paragraphprotected JRParagraphJRBaseTextElement. paragraphMethods in net.sf.jasperreports.engine.base that return JRParagraph Modifier and Type Method Description JRParagraphJRBaseParagraph. clone(JRParagraphContainer paragraphContainer)JRParagraphJRBasePrintText. getParagraph()JRParagraphJRBaseStyle. getParagraph()JRParagraphJRBaseTextElement. getParagraph()Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraph Modifier and Type Method Description voidJRBasePrintText. 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 JRParagraphJRDesignTextElement. paragraphMethods in net.sf.jasperreports.engine.design that return JRParagraph Modifier and Type Method Description JRParagraphJRDesignTextElement. 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 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 JRParagraph Modifier and Type Class Description classCachingParagraphFields in net.sf.jasperreports.engine.fill declared as JRParagraph Modifier and Type Field Description protected JRParagraphJRFillTextElement. initParagraphprotected JRParagraphJRFillTextElement. paragraphprotected JRParagraphJRTemplateText. paragraphMethods in net.sf.jasperreports.engine.fill that return JRParagraph Modifier and Type Method Description JRParagraphCachingParagraph. clone(JRParagraphContainer paragraphContainer)JRParagraphJRFillTextElement. getParagraph()JRParagraphJRTemplatePrintText. getParagraph()JRParagraphJRTemplateText. getParagraph()protected JRParagraphJRFillTextElement. getPrintParagraph()Methods in net.sf.jasperreports.engine.fill with parameters of type JRParagraph Modifier and Type Method Description voidJRTemplateText. 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 voidStyleUtil. appendParagraph(JRParagraph destParagraph, JRParagraph srcParagraph)Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.JRStyleStyleResolver. getBaseStyle(JRParagraph paragraph)IntegerStyleResolver. getFirstLineIndent(JRParagraph paragraph)static TabStopParagraphUtil. getFirstTabStop(JRParagraph paragraph, float endX)static TabStopParagraphUtil. getLastTabStop(JRParagraph paragraph, float endX)IntegerStyleResolver. getLeftIndent(JRParagraph paragraph)LineSpacingEnumStyleResolver. getLineSpacing(JRParagraph paragraph)FloatStyleResolver. getLineSpacingSize(JRParagraph paragraph)static TabStopParagraphUtil. getNextTabStop(JRParagraph paragraph, float endX, float rightX)IntegerStyleResolver. getRightIndent(JRParagraph paragraph)IntegerStyleResolver. getSpacingAfter(JRParagraph paragraph)IntegerStyleResolver. getSpacingBefore(JRParagraph paragraph)static TabStop[]ParagraphUtil. getTabStops(JRParagraph paragraph, float endX)TabStop[]StyleResolver. getTabStops(JRParagraph paragraph)IntegerStyleResolver. getTabStopWidth(JRParagraph paragraph)protected voidJRApiWriter. writeParagraph(JRParagraph paragraph, String paragraphHolder) -
Uses of JRParagraph in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRParagraph Modifier and Type Method Description static voidJRParagraphFactory. setParagraphAttributes(Attributes atts, JRParagraph paragraph)voidJRXmlBaseWriter. writeParagraph(JRParagraph paragraph)voidJRXmlBaseWriter. writeParagraph(JRParagraph paragraph, XmlNamespace namespace)
-