Package | Description |
---|---|
org.pepstock.charba.client.dom |
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
|
org.pepstock.charba.client.dom.enums |
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
|
Modifier and Type | Method and Description |
---|---|
TextDecoration |
BaseStyleProperties.getTextDecoration()
Returns the CSS 'textDecoration' property from element.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseStyleProperties.setTextDecoration(TextDecoration textDecoration)
Sets the CSS 'textDecoration' property in the element.
|
Modifier and Type | Method and Description |
---|---|
static TextDecoration |
TextDecoration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextDecoration[] |
TextDecoration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|