Contents Index Topic Contents | ||
Previous Topic: IHTMLBRElement Next Topic: IHTMLBRElement::put_clear |
IHTMLBRElement::get_clear
HRESULT get_clear( BSTR *p );Determines whether vertical space is inserted so that the next text displayed is past left- or right-aligned floating images.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives one of the following values:
all Place text after all images. left Place text past left-aligned images. right Place text past right-aligned images. See also put_clear
IHTMLBRElement::put_clear
HRESULT put_clear( BSTR v );Inserts vertical space so that the next text displayed will be past left- and/or right-aligned floating images.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying one of the following values:
all Place text after all images. left Place text past left-aligned images. right Place text past right-aligned images. See also get_clear
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.