IHTMLDOMTextNode interface
Provides methods to access the data in a document object model's (DOM) text node.
Members
The IHTMLDOMTextNode interface inherits from the IDispatch interface. IHTMLDOMTextNode also has these types of members:
Methods
The IHTMLDOMTextNode interface has these methods.
| Method | Description |
|---|---|
| splitText |
Divides a text node at the specified index. |
Properties
The IHTMLDOMTextNode interface has these properties.
| Property | Description |
|---|---|
|
Sets or gets the value of a TextNode object. | |
|
Gets the number of characters in a TextNode object. |
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: