IHTMLBRElement

IHTMLBRElement


This interface inserts a line break.

IHTMLBRElement Methods
get_clear   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.

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.

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

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.