Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
static FontStyle |
FontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<FontStyle> |
DataFormat.getFontStyles()
Returns the list of the cell's font style.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFormat.setFontStyles(List<FontStyle> fontStyles)
Sets the list of the cell's font style.
|