| Package | Description |
|---|---|
| com.xalys.xgl.browser.dom.css | |
| com.xalys.xgl.browser.dom.css.enums |
| Modifier and Type | Method and Description |
|---|---|
WhiteSpace |
NativeCSSStyleDeclaration.getWhiteSpace() |
WhiteSpace |
ComputedStyle.getWhiteSpace() |
WhiteSpace |
MutableStyle.getWhiteSpace() |
| Modifier and Type | Method and Description |
|---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setWhiteSpace(WhiteSpace whiteSpace) |
MutableStyle |
MutableStyle.setWhiteSpace(WhiteSpace whiteSpace) |
| Modifier and Type | Method and Description |
|---|---|
static WhiteSpace |
WhiteSpace.get(String propertyName) |
static WhiteSpace |
WhiteSpace.getDefault() |
static WhiteSpace |
WhiteSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhiteSpace[] |
WhiteSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.