| Package | Description |
|---|---|
| net.sf.jasperreports.components.iconlabel | |
| net.sf.jasperreports.components.sort | |
| 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.export.oasis | |
| 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 |
|---|---|
VerticalAlignEnum |
IconLabelComponent.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
IconLabelComponentFill.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
IconLabelComponent.getVerticalAlignmentValue() |
VerticalAlignEnum |
IconLabelComponentFill.getVerticalAlignmentValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IconLabelComponent.setVerticalAlignment(VerticalAlignEnum verticalAlign) |
void |
IconLabelComponentFill.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignEnum |
SortComponent.getHandlerVerticalAlign() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortComponent.setHandlerVerticalAlign(VerticalAlignEnum handlerVerticalAlign) |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignEnum |
JRStyle.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRAlignment.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRStyle.getVerticalAlignmentValue()
Gets the vertical alignment of the element.
|
VerticalAlignEnum |
JRAlignment.getVerticalAlignmentValue()
Gets the text vertical alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRStyle.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
void |
JRAlignment.setVerticalAlignment(VerticalAlignEnum verticalAlignment)
Gets the text vertical alignment.
|
| Modifier and Type | Field and Description |
|---|---|
protected VerticalAlignEnum |
JRBaseTextElement.verticalAlignmentValue |
protected VerticalAlignEnum |
JRBasePrintText.verticalAlignmentValue |
protected VerticalAlignEnum |
JRBaseImage.verticalAlignmentValue |
protected VerticalAlignEnum |
JRBaseStyle.verticalAlignmentValue |
protected VerticalAlignEnum |
JRBasePrintImage.verticalAlignmentValue |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignEnum |
JRBaseTextElement.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRBasePrintText.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRBaseImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRBaseStyle.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRBasePrintImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRBaseTextElement.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRBasePrintText.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRBaseImage.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRBaseStyle.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRBasePrintImage.getVerticalAlignmentValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBaseTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRBasePrintText.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRBaseImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRBaseStyle.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRBasePrintImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
| Modifier and Type | Field and Description |
|---|---|
protected VerticalAlignEnum |
JRDesignTextElement.verticalAlignmentValue |
protected VerticalAlignEnum |
JRDesignImage.verticalAlignmentValue |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignEnum |
JRDesignTextElement.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRDesignImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRDesignTextElement.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRDesignImage.getVerticalAlignmentValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRDesignImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
| Modifier and Type | Field and Description |
|---|---|
VerticalAlignEnum |
JRXlsAbstractExporter.TextAlignHolder.verticalAlignment |
| Constructor and Description |
|---|
JRXlsAbstractExporter.TextAlignHolder(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParagraphStyle.getHorizontalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
static String |
ParagraphStyle.getVerticalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DocxCellHelper.getVerticalAlignment(VerticalAlignEnum verticalAlignment) |
static String |
XlsxCellHelper.getVerticalAlignment(VerticalAlignEnum verticalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignEnum |
JRFillTextElement.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplatePrintText.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplateImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRFillImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplateText.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplatePrintImage.getOwnVerticalAlignmentValue() |
VerticalAlignEnum |
JRFillTextElement.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplatePrintText.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplateImage.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRFillImage.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplateText.getVerticalAlignmentValue() |
VerticalAlignEnum |
JRTemplatePrintImage.getVerticalAlignmentValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRFillTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
void |
JRTemplatePrintText.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
void |
JRTemplateImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRFillImage.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
void |
JRTemplateText.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue) |
void |
JRTemplatePrintImage.setVerticalAlignment(VerticalAlignEnum verticalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlignEnum |
VerticalAlignEnum.getByName(String name) |
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(byte value) |
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(Byte value) |
static VerticalAlignEnum |
VerticalAlignEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignEnum[] |
VerticalAlignEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlignEnum |
JRStyleResolver.getVerticalAlignmentValue(JRAlignment alignment) |
static VerticalAlignEnum |
JRStyleResolver.getVerticalAlignmentValue(JRStyle style) |
Copyright © 2014. All rights reserved.