public final class CssStyleSheetType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMBEDDED
CSS styles are written separately from the content in a style sheet embedded in the HTML file.
|
static int |
EXTERNAL
CSS styles are written separately from the content in a style sheet in an external file.
|
static int |
INLINE
CSS styles are written inline (as a value of the style attribute on every element).
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String cssStyleSheetTypeName) |
static java.lang.String |
getName(int cssStyleSheetType) |
static int[] |
getValues() |
static java.lang.String |
toString(int cssStyleSheetType) |
public static final int INLINE
public static final int EMBEDDED
public static final int EXTERNAL
public static final int length