| Package | Description |
|---|---|
| com.xalys.xgl.browser.dom.css | |
| com.xalys.xgl.browser.dom.css.enums |
| Modifier and Type | Method and Description |
|---|---|
TextOverflow |
NativeCSSStyleDeclaration.getTextOverflow() |
TextOverflow |
ComputedStyle.getTextOverflow() |
TextOverflow |
MutableStyle.getTextOverflow() |
| Modifier and Type | Method and Description |
|---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setTextOverflow(TextOverflow textOverflow) |
MutableStyle |
MutableStyle.setTextOverflow(TextOverflow textOverflow) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TextOverflow.Fade |
| Modifier and Type | Field and Description |
|---|---|
static TextOverflow |
TextOverflow.CLIP |
static TextOverflow |
TextOverflow.ELLIPSIS |
static TextOverflow |
TextOverflow.FADE |
static TextOverflow |
TextOverflow.INHERIT |
static TextOverflow |
TextOverflow.INITIAL |
static TextOverflow |
TextOverflow.UNSET |
| Modifier and Type | Method and Description |
|---|---|
static TextOverflow |
TextOverflow.get(String propertyName) |
| Constructor and Description |
|---|
TextOverflow(TextOverflow left,
TextOverflow right) |
Copyright © 2018 Xalys. All rights reserved.