| Package | com.adobe.livecycle.formsservice.client |
| Class | public final class OutputType |
| Inheritance | OutputType Enum
|
HTMLRenderSpec object's setOutputType method.
See also
| Method | Defined by | ||
|---|---|---|---|
|
int getValue()
Specifies the output type.
| OutputType | ||
| Constant | Defined by | ||
|---|---|---|---|
| BodyTags
[static] The HTML form is rendered within body tags (not a complete HTML page).
| OutputType | ||
| FullHTMLTags
[static] The HTML form is rendered within full HTML tags (a complete HTML page).
| OutputType | ||
| getValue | () |
public int getValue()Specifies the output type. The following values are valid:
| An integer value that specifies the HTML form output type. |
| BodyTags | Constant |
public static final BodyTagsThe HTML form is rendered within body tags (not a complete HTML page).
| FullHTMLTags | Constant |
public static final FullHTMLTagsThe HTML form is rendered within full HTML tags (a complete HTML page).
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/formsservice/client/OutputType.html