| Package | Description |
|---|---|
| net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
| net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
| 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.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
| net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
| 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 |
|---|---|
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 java.lang.String |
ParagraphStyle.getHorizontalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
static java.lang.String |
ParagraphStyle.getVerticalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DocxCellHelper.getVerticalAlignment(VerticalAlignEnum verticalAlignment) |
static java.lang.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(java.lang.String name) |
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(byte value) |
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(java.lang.Byte value) |
static VerticalAlignEnum |
VerticalAlignEnum.valueOf(java.lang.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) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com