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