Uses of Interface
net.sf.jasperreports.engine.JRParagraphContainer
-
Packages that use JRParagraphContainer 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.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). -
-
Uses of JRParagraphContainer in net.sf.jasperreports.engine
Subinterfaces of JRParagraphContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRCommonTextCommon interface of design and print text elements.interfaceJRConditionalStyleinterfaceJRPrintTextinterfaceJRStaticTextAn abstract representation of a report static text.interfaceJRStyleProvides a collection of style settings declared at the report level.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Methods in net.sf.jasperreports.engine that return JRParagraphContainer Modifier and Type Method Description JRParagraphContainerJRParagraph. getParagraphContainer()Gets the text line spacing.Methods in net.sf.jasperreports.engine with parameters of type JRParagraphContainer Modifier and Type Method Description JRParagraphJRParagraph. clone(JRParagraphContainer paragraphContainer) -
Uses of JRParagraphContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRParagraphContainer Modifier and Type Class Description classJRBaseConditionalStyleclassJRBasePrintTextclassJRBaseStaticTextThis class is used for representing a static text element.classJRBaseStyleclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.Fields in net.sf.jasperreports.engine.base declared as JRParagraphContainer Modifier and Type Field Description protected JRParagraphContainerJRBaseParagraph. paragraphContainerMethods in net.sf.jasperreports.engine.base that return JRParagraphContainer Modifier and Type Method Description JRParagraphContainerJRBaseParagraph. getParagraphContainer()Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraphContainer Modifier and Type Method Description JRParagraphJRBaseParagraph. clone(JRParagraphContainer paragraphContainer)Constructors in net.sf.jasperreports.engine.base with parameters of type JRParagraphContainer Constructor Description JRBaseParagraph(JRParagraphContainer paragraphContainer) -
Uses of JRParagraphContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRParagraphContainer Modifier and Type Class Description classJRDesignConditionalStyleclassJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignStyleclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField -
Uses of JRParagraphContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRParagraphContainer Modifier and Type Class Description classJRFillStaticTextclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateTextText element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill that return JRParagraphContainer Modifier and Type Method Description JRParagraphContainerCachingParagraph. getParagraphContainer()Methods in net.sf.jasperreports.engine.fill with parameters of type JRParagraphContainer Modifier and Type Method Description JRParagraphCachingParagraph. clone(JRParagraphContainer paragraphContainer)
-