Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::put_noWrap Next Topic: IHTMLBodyElement::put_bgColor |
IHTMLBodyElement::get_noWrap
HRESULT get_noWrap( VARIANT_BOOL *p );Determines whether automatic word wrapping is enabled or disabled for the document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a Boolean variable that receives TRUE if automatic word-wrapping is enabled for the document, or FALSE otherwise. The default value for this property is FALSE.
See also put_noWrap
IHTMLBodyElement::put_noWrap
HRESULT put_noWrap( VARIANT_BOOL v );Enables or disables automatic word wrapping for the document.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value that contains the word-wrap flag. If TRUE, the browser performs automatic word wrapping for the document. If FALSE, it doesn't. The default value for this property is FALSE.
See also get_noWrap
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.