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.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.type |
Contains
enum types used by the library's main classes. |
Modifier and Type | Method and Description |
---|---|
TabStopAlignEnum |
TabStop.getAlignment()
Gets the tab stop alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
TabStop.setAlignment(TabStopAlignEnum alignment)
Sets the tab stop alignment.
|
Constructor and Description |
---|
TabStop(int position,
TabStopAlignEnum alignment) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ParagraphStyle.getTabStopAlignment(TabStopAlignEnum tabStopAlignment) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DocxParagraphHelper.getTabStopAlignment(TabStopAlignEnum alignment) |
Modifier and Type | Method and Description |
---|---|
static TabStopAlignEnum |
TabStopAlignEnum.getByName(java.lang.String name) |
static TabStopAlignEnum |
TabStopAlignEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabStopAlignEnum[] |
TabStopAlignEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com