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.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 |
---|---|
VerticalTextAlignEnum |
JRTextAlignment.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRStyle.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRTextAlignment.getVerticalTextAlign()
Gets the text vertical alignment.
|
VerticalTextAlignEnum |
JRStyle.getVerticalTextAlign()
Gets the vertical text alignment of the element.
|
Modifier and Type | Method and Description |
---|---|
void |
JRTextAlignment.setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment)
Gets the text vertical alignment.
|
void |
JRStyle.setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment) |
Modifier and Type | Field and Description |
---|---|
protected VerticalTextAlignEnum |
JRBasePrintText.verticalTextAlign |
protected VerticalTextAlignEnum |
JRBaseStyle.verticalTextAlign |
protected VerticalTextAlignEnum |
JRBaseTextElement.verticalTextAlign |
Modifier and Type | Method and Description |
---|---|
VerticalTextAlignEnum |
JRBasePrintText.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRBaseStyle.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRBaseTextElement.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRBasePrintText.getVerticalTextAlign() |
VerticalTextAlignEnum |
JRBaseStyle.getVerticalTextAlign() |
VerticalTextAlignEnum |
JRBaseTextElement.getVerticalTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) |
void |
JRBaseStyle.setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) |
void |
JRBaseTextElement.setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) |
Modifier and Type | Field and Description |
---|---|
protected VerticalTextAlignEnum |
JRDesignTextElement.verticalTextAlign |
Modifier and Type | Method and Description |
---|---|
VerticalTextAlignEnum |
JRDesignTextElement.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRDesignTextElement.getVerticalTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) |
Modifier and Type | Field and Description |
---|---|
VerticalTextAlignEnum |
JRXlsAbstractExporter.TextAlignHolder.verticalAlignment |
Constructor and Description |
---|
TextAlignHolder(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ParagraphStyle.getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
static java.lang.String |
ParagraphStyle.getVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
XlsxStyleInfo.getHorizontalAlignment(HorizontalTextAlignEnum hAlign,
VerticalTextAlignEnum vAlign,
int rotation) |
protected java.lang.String |
XlsxStyleInfo.getVerticalAlignment(HorizontalTextAlignEnum hAlign,
VerticalTextAlignEnum vAlign,
int rotation) |
static java.lang.String |
DocxCellHelper.getVerticalAlignment(VerticalTextAlignEnum verticalAlignment) |
Modifier and Type | Method and Description |
---|---|
VerticalTextAlignEnum |
JRTemplateText.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRTemplatePrintText.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRFillTextElement.getOwnVerticalTextAlign() |
VerticalTextAlignEnum |
JRTemplateText.getVerticalTextAlign() |
VerticalTextAlignEnum |
JRTemplatePrintText.getVerticalTextAlign() |
VerticalTextAlignEnum |
JRFillTextElement.getVerticalTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateText.setVerticalTextAlign(VerticalTextAlignEnum verticalTextAlign) |
void |
JRTemplatePrintText.setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment) |
void |
JRFillTextElement.setVerticalTextAlign(VerticalTextAlignEnum verticalAlignment) |
Modifier and Type | Method and Description |
---|---|
static VerticalTextAlignEnum |
VerticalTextAlignEnum.getByName(java.lang.String name) |
static VerticalTextAlignEnum |
VerticalAlignEnum.getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)
Deprecated.
|
static VerticalTextAlignEnum |
VerticalTextAlignEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalTextAlignEnum[] |
VerticalTextAlignEnum.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 |
VerticalAlignEnum.getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VerticalTextAlignEnum |
JRStyleResolver.getVerticalTextAlign(JRStyle style) |
static VerticalTextAlignEnum |
JRStyleResolver.getVerticalTextAlign(JRTextAlignment alignment) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com