webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebDocumentText Interface Reference

import"IWebDocument.idl";

Inheritance diagram for IWebDocumentText:

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 ()
 

Member Function Documentation

◆ deselectAll()

HRESULT IWebDocumentText::deselectAll ( )

deselectText Causes a text selection to lose its selection.

  • (void)deselectAll;

◆ selectAll()

HRESULT IWebDocumentText::selectAll ( )

selectAll Selects all the text in the document.

  • (void)selectAll;

◆ selectedString()

HRESULT IWebDocumentText::selectedString ( [out, retval] BSTR result)

selectedString

Returns
String that represents the current selection.
  • (NSString *)selectedString;

◆ string()

HRESULT IWebDocumentText::string ( [out, retval] BSTR result)

string

Returns
String that represents the entire document.
  • (NSString *)string;

◆ supportsTextEncoding()

HRESULT IWebDocumentText::supportsTextEncoding ( [out, retval] BOOL result)

supportsTextEncoding

Returns
YES if the document view support text encoding, NO if it doesn't.
  • (BOOL)supportsTextEncoding;

The documentation for this interface was generated from the following file: