|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.formsservice.client.TransformTo
public final class TransformTo
Represents HTML transformation types that are used by the renderHTMLForm
or renderHTMLForm2
method.
To see this enumeration value used in a code example, see the
Rendering an HTML form using the Java API quick start in Programming with LiveCycle ES4.
Field Summary | |
---|---|
static TransformTo |
AccessibleXHTML
A HTML transformation type for accessible XHTML (an XML-based reformat of HTML that improves development and flexibility). |
static TransformTo |
AHTML
Deprecated. |
static TransformTo |
AUTO
A HTML transformation type where the Forms service determines the best transformation. |
static TransformTo |
HTML4
A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements. |
static TransformTo |
MSDHTML
A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later. |
static TransformTo |
NoScriptAccessibleXHTML
A HTML transformation type for accessible XHTML without a script. |
static TransformTo |
NoScriptXHTML
Deprecated. |
static TransformTo |
StaticHTML
A HTML transformation type that does not allow users to enter data into fields on the HTML form. |
static TransformTo |
XHTML
Deprecated. |
Method Summary | |
---|---|
static TransformTo |
valueOf(java.lang.String name)
|
static TransformTo[] |
values()
|
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 |
Field Detail |
---|
public static final TransformTo AUTO
@Deprecated public static final TransformTo XHTML
@Deprecated public static final TransformTo NoScriptXHTML
public static final TransformTo HTML4
public static final TransformTo MSDHTML
@Deprecated public static final TransformTo AHTML
public static final TransformTo StaticHTML
public static final TransformTo AccessibleXHTML
public static final TransformTo NoScriptAccessibleXHTML
Method Detail |
---|
public static TransformTo[] values()
public static TransformTo valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |