webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebDocument.idl";
Public Member Functions | |
HRESULT | supportsTextEncoding ([out, retval] BOOL *result) |
HRESULT | string ([out, retval] BSTR *result) |
HRESULT | selectedString ([out, retval] BSTR *result) |
HRESULT | selectAll () |
HRESULT | deselectAll () |
HRESULT IWebDocumentText::deselectAll | ( | ) |
deselectText Causes a text selection to lose its selection.
HRESULT IWebDocumentText::selectAll | ( | ) |
selectAll Selects all the text in the document.
selectedString
string
supportsTextEncoding