| 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.export.oasis | |
| net.sf.jasperreports.engine.export.ooxml | |
| net.sf.jasperreports.engine.type |
| 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 String |
ParagraphStyle.getTabStopAlignment(TabStopAlignEnum tabStopAlignment) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DocxParagraphHelper.getTabStopAlignment(TabStopAlignEnum alignment) |
| Modifier and Type | Method and Description |
|---|---|
static TabStopAlignEnum |
TabStopAlignEnum.getByName(String name) |
static TabStopAlignEnum |
TabStopAlignEnum.getByValue(byte value) |
static TabStopAlignEnum |
TabStopAlignEnum.getByValue(Byte value) |
static TabStopAlignEnum |
TabStopAlignEnum.valueOf(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.
|
Copyright © 2014. All rights reserved.