|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.html.HtmlElement
|
+--weblogic.html.MarkupElement
|
+--weblogic.html.ClearType
Use a ClearType object to set the HTML CLEAR attribute for an HtmlElement. This attribute moves an HtmlElement down unconditionally after a figure or a table, rather than flowing around the figure or table in the margin.
BreakElement.setClear(weblogic.html.ClearType),
DivElement.setClear(java.lang.String)| Field Summary | |
static ClearType |
all
Deprecated. Moves the element down until both margins are clear. |
static ClearType |
left
Deprecated. Moves the element down until the left margin is clear. |
static ClearType |
right
Deprecated. Moves the element down until the right margin is clear. |
| Fields inherited from class weblogic.html.HtmlElement |
codeset,
useObsolete |
| Constructor Summary | |
ClearType(java.lang.String str)
Deprecated. |
|
| Methods inherited from class weblogic.html.MarkupElement |
BeginFont,
BeginFontFace,
BeginFontSize,
BeginHeader,
EndHeader,
output,
output,
output,
setContents |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static ClearType left
public static ClearType right
public static ClearType all
| Constructor Detail |
public ClearType(java.lang.String str)
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||