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.export.ooxml | |
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 |
JRStyle.getLineSpacingValue()
Gets the line spacing.
|
LineSpacingEnum |
JRCommonText.getLineSpacingValue()
Gets the text line spacing.
|
LineSpacingEnum |
JRStyle.getOwnLineSpacingValue() |
LineSpacingEnum |
JRCommonText.getOwnLineSpacingValue()
Gets the text own line spacing.
|
LineSpacingEnum |
JRPrintText.getOwnLineSpacingValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRStyle.setLineSpacing(LineSpacingEnum lineSpacing) |
void |
JRCommonText.setLineSpacing(LineSpacingEnum lineSpacingEnum)
Sets the text line spacing.
|
void |
JRPrintText.setLineSpacing(LineSpacingEnum lineSpacing) |
Modifier and Type | Field and Description |
---|---|
protected LineSpacingEnum |
JRBasePrintText.lineSpacingValue |
protected LineSpacingEnum |
JRBaseStyle.lineSpacingValue |
protected LineSpacingEnum |
JRBaseTextElement.lineSpacingValue |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRBasePrintText.getLineSpacingValue() |
LineSpacingEnum |
JRBaseStyle.getLineSpacingValue() |
LineSpacingEnum |
JRBaseTextElement.getLineSpacingValue() |
LineSpacingEnum |
JRBasePrintText.getOwnLineSpacingValue() |
LineSpacingEnum |
JRBaseStyle.getOwnLineSpacingValue() |
LineSpacingEnum |
JRBaseTextElement.getOwnLineSpacingValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setLineSpacing(LineSpacingEnum lineSpacingValue) |
void |
JRBaseStyle.setLineSpacing(LineSpacingEnum lineSpacingValue) |
void |
JRBaseTextElement.setLineSpacing(LineSpacingEnum lineSpacingValue) |
Modifier and Type | Field and Description |
---|---|
protected LineSpacingEnum |
JRDesignTextElement.lineSpacingValue |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRDesignTextElement.getLineSpacingValue() |
LineSpacingEnum |
JRDesignTextElement.getOwnLineSpacingValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setLineSpacing(LineSpacingEnum lineSpacingValue) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DocxParagraphHelper.getLineSpacing(LineSpacingEnum lineSpacing) |
Modifier and Type | Method and Description |
---|---|
LineSpacingEnum |
JRFillTextElement.getLineSpacingValue() |
LineSpacingEnum |
JRTemplateText.getLineSpacingValue() |
LineSpacingEnum |
JRTemplatePrintText.getLineSpacingValue() |
LineSpacingEnum |
JRFillTextElement.getOwnLineSpacingValue() |
LineSpacingEnum |
JRTemplateText.getOwnLineSpacingValue() |
LineSpacingEnum |
JRTemplatePrintText.getOwnLineSpacingValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillTextElement.setLineSpacing(LineSpacingEnum lineSpacing) |
void |
JRTemplateText.setLineSpacing(LineSpacingEnum lineSpacingValue)
Sets the text line spacing.
|
void |
JRTemplatePrintText.setLineSpacing(LineSpacingEnum 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.getLineSpacingValue(JRCommonText element) |
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRStyle style) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com