
This interface provides access for controlling the text wrapping characteristics for the IHTMLDTElement object.
IHTMLDTElement Methods
| put_noWrap | get_noWrap |
HRESULT put_noWrap(
VARIANT_BOOL v
);
Enables or disables automatic word wrapping for the element.
See also get_noWrap
HRESULT get_noWrap(
VARIANT_BOOL *p
);
Determines whether automatic word wrapping is enabled or disabled for the element.
See also put_noWrap
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.