Style.clear Property

SharePoint Designer Developer Reference

Returns or sets a String that represents whether the object allows floating objects on its left and/or right sides, so that the next line of text is displayed past the floating objects.

Syntax

expression.clear

expression   Required. A variable that represents a Style object.

Remarks

The String for the clear property can be one of the following values:

Value Description
none Floating objects are allowed on both sides.
left Object is moved below any floating object on the left side.
right Object is moved below any floating object on the right side.
both Object is moved below any floating object.

See Also