public interface IValueItem
Modifier and Type | Field and Description |
---|---|
static int |
ALIGNMENT_CENTER |
static int |
ALIGNMENT_LEFT |
static int |
ALIGNMENT_RIGHT |
static int |
TYPE_NUMBER |
static int |
TYPE_TEXT |
Modifier and Type | Method and Description |
---|---|
int |
getDigitsCount()
In case of a numeric representation of the value the amount of digits have to be declared.
|
int |
getHorizontalAlignment()
Defines the horizontal alignment to the data value.
|
java.lang.String |
getValue()
The value of the item.
|
int |
getValueType()
The type of the value.
|
boolean |
isWrapText()
Declares if the text can be wrapped if necessary.
|
static final int ALIGNMENT_LEFT
static final int ALIGNMENT_CENTER
static final int ALIGNMENT_RIGHT
static final int TYPE_TEXT
static final int TYPE_NUMBER
java.lang.String getValue()
int getValueType()
int getDigitsCount()
boolean isWrapText()
int getHorizontalAlignment()