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.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRParagraph.getLineSpacing()
Gets the text line spacing.
|
LineSpacingEnum |
JRCommonText.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRStyle.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRParagraph.getOwnLineSpacing()
Gets the text own line spacing.
|
LineSpacingEnum |
JRCommonText.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRPrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRStyle.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRParagraph.setLineSpacing(LineSpacingEnum lineSpacing)
Sets the text line spacing.
|
void |
JRCommonText.setLineSpacing(LineSpacingEnum lineSpacingEnum)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRPrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRStyle.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) |
Modifier and Type | Field and Description |
---|---|
protected LineSpacingEnum |
JRBaseParagraph.lineSpacing |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRBaseParagraph.getLineSpacing() |
LineSpacingEnum |
JRBasePrintText.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRBaseTextElement.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRBaseStyle.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRBaseParagraph.getOwnLineSpacing() |
LineSpacingEnum |
JRBasePrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRBaseTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRBaseStyle.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRBaseTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRBaseParagraph.setLineSpacing(LineSpacingEnum lineSpacing) |
void |
JRBaseStyle.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRDesignTextElement.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRDesignTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
Modifier and Type | Method and Description |
---|---|
protected void |
JRHtmlExporter.exportStyledTextRun(Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
String tooltip,
Locale locale,
LineSpacingEnum lineSpacing,
Float lineSpacingSize,
float lineSpacingFactor,
Color backcolor)
Deprecated.
|
protected void |
JRXhtmlExporter.exportStyledTextRun(Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
String tooltip,
Locale locale,
LineSpacingEnum lineSpacing,
Float lineSpacingSize,
float lineSpacingFactor,
Color backcolor)
Deprecated.
|
protected void |
HtmlExporter.exportStyledTextRun(Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
String tooltip,
Locale locale,
LineSpacingEnum lineSpacing,
Float lineSpacingSize,
float lineSpacingFactor,
Color backcolor,
boolean hyperlinkStarted) |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
CachingParagraph.getLineSpacing() |
LineSpacingEnum |
JRTemplateText.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRFillTextElement.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
JRTemplatePrintText.getLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getLineSpacing() . |
LineSpacingEnum |
CachingParagraph.getOwnLineSpacing() |
LineSpacingEnum |
JRTemplateText.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRFillTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
LineSpacingEnum |
JRTemplatePrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
JRParagraph.getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
CachingParagraph.setLineSpacing(LineSpacingEnum lineSpacing) |
void |
JRTemplateText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRFillTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
void |
JRTemplatePrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
JRParagraph.setLineSpacing(LineSpacingEnum) . |
Modifier and Type | Method and Description |
---|---|
static LineSpacingEnum |
LineSpacingEnum.getByName(String name) |
static LineSpacingEnum |
LineSpacingEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static LineSpacingEnum |
LineSpacingEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static LineSpacingEnum |
LineSpacingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineSpacingEnum[] |
LineSpacingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
StyleResolver.getLineSpacing(JRParagraph paragraph) |
static LineSpacingEnum |
JRStyleResolver.getLineSpacing(JRParagraph paragraph)
Deprecated.
|
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRCommonText element)
Deprecated.
Replaced by
JRStyleResolver.getLineSpacing(JRParagraph) . |
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRStyle style)
Deprecated.
Replaced by
JRStyleResolver.getLineSpacing(JRParagraph) . |
Copyright © 2017. All rights reserved.