Package | Description |
---|---|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
Modifier and Type | Field and Description |
---|---|
static NdfTable.Alignment |
NdfWriter.LEFT |
static NdfTable.Alignment |
NdfWriter.RIGHT |
Modifier and Type | Method and Description |
---|---|
static NdfTable.Alignment |
NdfTable.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NdfTable.Alignment[] |
NdfTable.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NdfTable.addColumn(java.lang.String column,
int width,
NdfTable.Alignment alignment)
Adds a column with the given width and alignment.
|
void |
NdfTable.addColumn(java.lang.String column,
NdfTable.Alignment alignment)
Adds a column with the given alignment.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.