public static final class CSS20Attribute.CSSStretchValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static CSS20Attribute.CSSStretchValue |
CONDENSED |
static CSS20Attribute.CSSStretchValue |
EXPANDED |
static CSS20Attribute.CSSStretchValue |
EXTRACONDENSED |
static CSS20Attribute.CSSStretchValue |
EXTRAEXPANDED |
static CSS20Attribute.CSSStretchValue |
NORMAL |
static CSS20Attribute.CSSStretchValue |
SEMICONDENSED |
static CSS20Attribute.CSSStretchValue |
SEMIEXPANDED |
static CSS20Attribute.CSSStretchValue |
ULTRACONDENSED |
static CSS20Attribute.CSSStretchValue |
ULTRAEXPANDED |
| Modifier and Type | Method and Description |
|---|---|
static CSS20Attribute.CSSStretchValue |
getStretchValue(int value) |
static CSS20Attribute.CSSStretchValue |
parse(String text)
Parse the text and return the CSSStretchValue object which is represented if any.
|
String |
toString() |
public static final CSS20Attribute.CSSStretchValue ULTRACONDENSED
public static final CSS20Attribute.CSSStretchValue EXTRACONDENSED
public static final CSS20Attribute.CSSStretchValue CONDENSED
public static final CSS20Attribute.CSSStretchValue SEMICONDENSED
public static final CSS20Attribute.CSSStretchValue NORMAL
public static final CSS20Attribute.CSSStretchValue SEMIEXPANDED
public static final CSS20Attribute.CSSStretchValue EXPANDED
public static final CSS20Attribute.CSSStretchValue EXTRAEXPANDED
public static final CSS20Attribute.CSSStretchValue ULTRAEXPANDED
public static CSS20Attribute.CSSStretchValue parse(String text)
text - textual representation of the stretchpublic static CSS20Attribute.CSSStretchValue getStretchValue(int value)
value - the value of the stretch object to returnnull if none existsCopyright © 2010 - 2020 Adobe. All Rights Reserved