| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Method and Description |
|---|---|
TextAlignmentType |
NodeTextBlock.getTextAlign()
Returns the alignment format in the text block's given space.
|
static TextAlignmentType |
TextAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignmentType[] |
TextAlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeTextBlock.setTextAlign(TextAlignmentType textAlign)
Sets the alignment format in the text block's given space.
|