
This interface inserts a line break.
IHTMLBRElement Methods
| get_clear | put_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.
| all | Place text after all images. |
| left | Place text past left-aligned images. |
| right | Place text past right-aligned images. |
See also 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.
| all | Place text after all images. |
| left | Place text past left-aligned images. |
| right | Place text past right-aligned images. |
See also get_clear
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.