IHTMLTxtRange::get_textIHTMLTxtRange::get_text*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::get_htmlText
*Next Topic: IHTMLTxtRange::getBookmark

IHTMLTxtRange::get_text


HRESULT get_text(
    BSTR *p 
);

Retrieves the text contained within the range.

p
Address of a variable that receives the text.

The text is formatted within the current context of the document.

Up Top of Page


IHTMLTxtRange::put_text


HRESULT put_text(
    BSTR v 
);

Sets the text contained within the range.

v
String specifying the text.

The text is formatted within the current context of the document.

See also get_text


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.