|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TranscodingUtils.CSSVersion>
org.alembik.util.TranscodingUtils.CSSVersion
public static enum TranscodingUtils.CSSVersion
The possible types of CSS support in a web document transcoded by the web rendering engine.
TranscodingUtils.CSS_VERSION,
TranscodingUtils.setCSSVersion(Text, org.alembik.util.TranscodingUtils.CSSVersion),
TranscodingUtils.getCSSVersion(Text)| Enum Constant Summary | |
|---|---|
CSS_MP
CSS Mobile profile. |
|
NO_CSS
No CSS support. |
|
| Method Summary | |
|---|---|
static TranscodingUtils.CSSVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.CSSVersion[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TranscodingUtils.CSSVersion CSS_MP
public static final TranscodingUtils.CSSVersion NO_CSS
| Method Detail |
|---|
public static final TranscodingUtils.CSSVersion[] values()
for(TranscodingUtils.CSSVersion c : TranscodingUtils.CSSVersion.values())
System.out.println(c);
public static TranscodingUtils.CSSVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||