public static final class CSS20Attribute.CSSStyleValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static CSS20Attribute.CSSStyleValue |
ITALIC |
static CSS20Attribute.CSSStyleValue |
NORMAL |
static CSS20Attribute.CSSStyleValue |
OBLIQUE |
| Modifier and Type | Method and Description |
|---|---|
static CSS20Attribute.CSSStyleValue |
parse(String text)
Parse the text and return the CSSStyleValue object which is represented if any.
|
String |
toString() |
public static final CSS20Attribute.CSSStyleValue NORMAL
public static final CSS20Attribute.CSSStyleValue OBLIQUE
public static final CSS20Attribute.CSSStyleValue ITALIC
public static CSS20Attribute.CSSStyleValue parse(String text)
text - textual representation of the styleCopyright © 2010 - 2020 Adobe. All Rights Reserved