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

import"IWebView.idl";

Inheritance diagram for IWebViewUndoableEditing:
WebView

Public Member Functions

HRESULT replaceSelectionWithNode ([in] IDOMNode *node)
 
HRESULT replaceSelectionWithText ([in] BSTR text)
 
HRESULT replaceSelectionWithMarkupString ([in] BSTR markupString)
 
HRESULT replaceSelectionWithArchive ([in] IWebArchive *archive)
 
HRESULT deleteSelection ()
 
HRESULT clearSelection ()
 
HRESULT applyStyle ([in] IDOMCSSStyleDeclaration *style)
 

Member Function Documentation

◆ applyStyle()

HRESULT IWebViewUndoableEditing::applyStyle ( [in] IDOMCSSStyleDeclaration style)

◆ clearSelection()

HRESULT IWebViewUndoableEditing::clearSelection ( )

Implemented in WebView.

◆ deleteSelection()

HRESULT IWebViewUndoableEditing::deleteSelection ( )

Implemented in WebView.

◆ replaceSelectionWithArchive()

HRESULT IWebViewUndoableEditing::replaceSelectionWithArchive ( [in] IWebArchive archive)

◆ replaceSelectionWithMarkupString()

HRESULT IWebViewUndoableEditing::replaceSelectionWithMarkupString ( [in] BSTR  markupString)

◆ replaceSelectionWithNode()

HRESULT IWebViewUndoableEditing::replaceSelectionWithNode ( [in] IDOMNode node)

◆ replaceSelectionWithText()

HRESULT IWebViewUndoableEditing::replaceSelectionWithText ( [in] BSTR  text)

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