|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRParagraph | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through fa�ade 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. |
| 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 | Utility classes. |
| 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 | |
|---|---|
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 | |
|---|---|
class |
JRBaseParagraph
|
| Fields in net.sf.jasperreports.engine.base declared as JRParagraph | |
|---|---|
protected JRParagraph |
JRBaseTextElement.paragraph
|
protected JRParagraph |
JRBasePrintText.paragraph
|
protected JRParagraph |
JRBaseStyle.paragraph
|
| Methods in net.sf.jasperreports.engine.base that return JRParagraph | |
|---|---|
JRParagraph |
JRBaseParagraph.clone(JRParagraphContainer paragraphContainer)
|
JRParagraph |
JRBaseTextElement.getParagraph()
|
JRParagraph |
JRBasePrintText.getParagraph()
|
JRParagraph |
JRBaseStyle.getParagraph()
|
| Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraph | |
|---|---|
void |
JRBasePrintText.copyParagraph(JRParagraph paragraph)
|
| Uses of JRParagraph in net.sf.jasperreports.engine.design |
|---|
| Fields in net.sf.jasperreports.engine.design declared as JRParagraph | |
|---|---|
protected JRParagraph |
JRDesignTextElement.paragraph
|
| Methods in net.sf.jasperreports.engine.design that return JRParagraph | |
|---|---|
JRParagraph |
JRDesignTextElement.getParagraph()
|
| Uses of JRParagraph in net.sf.jasperreports.engine.export |
|---|
| Methods in net.sf.jasperreports.engine.export with parameters of type JRParagraph | |
|---|---|
static float |
AbstractTextRenderer.getLineHeight(boolean isFirstLine,
JRParagraph paragraph,
float maxLeading,
float maxAscent)
|
| Uses of JRParagraph in net.sf.jasperreports.engine.fill |
|---|
| Fields in net.sf.jasperreports.engine.fill declared as JRParagraph | |
|---|---|
protected JRParagraph |
JRFillTextElement.paragraph
|
protected JRParagraph |
JRTemplateText.paragraph
|
| Methods in net.sf.jasperreports.engine.fill that return JRParagraph | |
|---|---|
JRParagraph |
JRFillTextElement.getParagraph()
|
JRParagraph |
JRTemplatePrintText.getParagraph()
|
JRParagraph |
JRTemplateText.getParagraph()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRParagraph | |
|---|---|
void |
JRTemplateText.copyParagraph(JRParagraph prg)
Copies paragraph attributes. |
| Uses of JRParagraph in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util with parameters of type JRParagraph | |
|---|---|
static Integer |
JRStyleResolver.getFirstLineIndent(JRParagraph paragraph)
|
static TabStop |
ParagraphUtil.getFirstTabStop(JRParagraph paragraph,
float endX)
|
static TabStop |
ParagraphUtil.getLastTabStop(JRParagraph paragraph,
float endX)
|
static Integer |
JRStyleResolver.getLeftIndent(JRParagraph paragraph)
|
static LineSpacingEnum |
JRStyleResolver.getLineSpacing(JRParagraph paragraph)
|
static Float |
JRStyleResolver.getLineSpacingSize(JRParagraph paragraph)
|
static TabStop |
ParagraphUtil.getNextTabStop(JRParagraph paragraph,
float endX,
float rightX)
|
static Integer |
JRStyleResolver.getRightIndent(JRParagraph paragraph)
|
static Integer |
JRStyleResolver.getSpacingAfter(JRParagraph paragraph)
|
static Integer |
JRStyleResolver.getSpacingBefore(JRParagraph paragraph)
|
static TabStop[] |
JRStyleResolver.getTabStops(JRParagraph paragraph)
|
static TabStop[] |
ParagraphUtil.getTabStops(JRParagraph paragraph,
float endX)
|
static Integer |
JRStyleResolver.getTabStopWidth(JRParagraph paragraph)
|
protected void |
JRApiWriter.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 | |
|---|---|
static void |
JRParagraphFactory.setParagraphAttributes(Attributes atts,
JRParagraph paragraph)
|
void |
JRXmlBaseWriter.writeParagraph(JRParagraph paragraph)
|
void |
JRXmlBaseWriter.writeParagraph(JRParagraph paragraph,
XmlNamespace namespace)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||