clear property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects.
![]() |
Syntax
Integer value = object.put_clear(BSTR v);Integer value = object.get_clear(BSTR* sClear);
Property values
Type: BSTR
none (none)
-
Default. Floating objects are allowed on both sides.
left (left)
-
Object is moved below any floating object on the left side.
right (right)
-
Object is moved below any floating object on the right side.
both (both)
-
Object is moved below any floating object.
String format
none | left | right | both
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Standards information
- CSS 2.1, Section 5.5.26
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
The value of this property lists the sides where floating objects are not accepted.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
DLL |
|
Build date: 1/23/2012
Community Additions
Show:
