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 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.getByValue(byte value) |
static TabStopAlignEnum |
TabStopAlignEnum.getByValue(java.lang.Byte value) |
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-2010 Jaspersoft Corporation www.jaspersoft.com