Package | Description |
---|---|
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.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 | |
net.sf.jasperreports.engine.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRParagraph.getLineSpacing()
Gets the text line spacing.
|
LineSpacingEnum |
JRStyle.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRCommonText.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRParagraph.getOwnLineSpacing()
Gets the text own line spacing.
|
LineSpacingEnum |
JRStyle.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRCommonText.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRPrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRStyle.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) |
void |
JRCommonText.setLineSpacing(LineSpacingEnum lineSpacingEnum)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRPrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRParagraph.setLineSpacing(LineSpacingEnum lineSpacing)
Sets the text line spacing.
|
Modifier and Type | Field and Description |
---|---|
protected LineSpacingEnum |
JRBaseParagraph.lineSpacing |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRBaseParagraph.getLineSpacing() |
LineSpacingEnum |
JRBaseTextElement.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRBaseStyle.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRBasePrintText.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRBaseParagraph.getOwnLineSpacing() |
LineSpacingEnum |
JRBaseTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRBaseStyle.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRBasePrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRBaseParagraph.setLineSpacing(LineSpacingEnum lineSpacing) |
void |
JRBaseStyle.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRBasePrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRDesignTextElement.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRDesignTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRFillTextElement.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRTemplateText.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRTemplatePrintText.getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
LineSpacingEnum |
JRFillTextElement.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRTemplateText.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
JRTemplatePrintText.getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
Modifier and Type | Method and Description |
---|---|
void |
JRFillTextElement.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRTemplateText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
JRTemplatePrintText.setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacing)) . |
Modifier and Type | Method and Description |
---|---|
static LineSpacingEnum |
LineSpacingEnum.getByName(java.lang.String name) |
static LineSpacingEnum |
LineSpacingEnum.getByValue(byte value) |
static LineSpacingEnum |
LineSpacingEnum.getByValue(java.lang.Byte value) |
static LineSpacingEnum |
LineSpacingEnum.valueOf(java.lang.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 |
---|---|
static LineSpacingEnum |
JRStyleResolver.getLineSpacing(JRParagraph paragraph) |
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRCommonText element)
Deprecated.
Replaced by
JRStyleResolver.getLineSpacing(JRParagraph) . |
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRStyle style)
Deprecated.
Replaced by
JRStyleResolver.getLineSpacing(JRParagraph) . |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com